added cmake support

This commit is contained in:
2020-12-29 01:09:59 +01:00
parent 5fe0ea5fc9
commit c1e9604977
46 changed files with 1235 additions and 20 deletions

10
bsp_hosted/CMakeLists.txt Normal file
View File

@ -0,0 +1,10 @@
target_sources(${TARGET_NAME} PUBLIC
InitMission.cpp
main.cpp
ObjectFactory.cpp
)
add_subdirectory(fsfwconfig)
add_subdirectory(boardconfig)