added more files from main repo

This commit is contained in:
2021-06-08 13:36:08 +02:00
parent ecc10513f7
commit 32b1e01e2c
35 changed files with 1839 additions and 1 deletions

13
bsp_hosted/CMakeLists.txt Normal file
View File

@ -0,0 +1,13 @@
target_sources(${TARGET_NAME}
PRIVATE
main.cpp
)
add_subdirectory(core)
add_subdirectory(fsfwconfig)
add_subdirectory(utility)
target_include_directories(${TARGET_NAME}
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
)