trying to fuse header / inc
This commit is contained in:
@@ -1,2 +1 @@
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(inc)
|
@@ -1,7 +0,0 @@
|
||||
target_include_directories(${LIB_FSFW_NAME} PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
target_include_directories(${LIB_FSFW_NAME} INTERFACE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
@@ -1,7 +1,9 @@
|
||||
if(FSFW_ADD_INTERNAL_TESTS)
|
||||
add_subdirectory(internal)
|
||||
endif()
|
||||
target_include_directories(${LIB_FSFW_NAME} PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
if(FSFW_ADD_UNITTESTS)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
target_include_directories(${LIB_FSFW_NAME} INTERFACE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
add_subdirectory(fsfw)
|
||||
|
1
tests/src/fsfw/CMakeLists.txt
Normal file
1
tests/src/fsfw/CMakeLists.txt
Normal file
@@ -0,0 +1 @@
|
||||
add_subdirectory(tests)
|
8
tests/src/fsfw/tests/CMakeLists.txt
Normal file
8
tests/src/fsfw/tests/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
if(FSFW_ADD_INTERNAL_TESTS)
|
||||
add_subdirectory(internal)
|
||||
endif()
|
||||
|
||||
if(FSFW_ADD_UNITTESTS)
|
||||
add_subdirectory(unit)
|
||||
endif()
|
@@ -4,3 +4,5 @@ add_subdirectory(osal)
|
||||
add_subdirectory(serialize)
|
||||
add_subdirectory(datapoollocal)
|
||||
add_subdirectory(storagemanager)
|
||||
add_subdirectory(globalfunctions)
|
||||
add_subdirectory(tmtcpacket)
|
Reference in New Issue
Block a user