Skip to content

Commit f178d63

Browse files
rename subfolder
1 parent 15cc381 commit f178d63

26 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ set(CMAKE_C_STANDARD 11)
77
add_compile_options(-Wall -Wextra -Werror)
88

99
set(CMS_EXTERNALS_TOP_DIR ${CMAKE_CURRENT_SOURCE_DIR}/externals)
10-
set(CMS_CMAKE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/cpputest-qpc-lib/cmake)
10+
set(CMS_CMAKE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/cpputest-for-qpc-lib/cmake)
1111
set(CMS_QPC_TOP_DIR ${CMS_EXTERNALS_TOP_DIR}/qpc)
1212

1313
include(${CMS_CMAKE_DIR}/qpcCMakeSupport.cmake)
1414

1515
# todo: if not set then use externals
1616
set(CMS_QPC_TOP_DIR ${EXTERNALS_TOP_DIR}/qpc)
1717

18-
add_subdirectory(cpputest-qpc-lib)
18+
add_subdirectory(cpputest-for-qpc-lib)
File renamed without changes.
File renamed without changes.

cpputest-qpc-lib/cmake/qpcPosixPortCMakeSupport.cmake renamed to cpputest-for-qpc-lib/cmake/qpcPosixPortCMakeSupport.cmake

File renamed without changes.
File renamed without changes.
File renamed without changes.

cpputest-qpc-lib/include/cmsTestPublishedEventRecorder.hpp renamed to cpputest-for-qpc-lib/include/cmsTestPublishedEventRecorder.hpp

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)