11 lines
147 B
CMake
11 lines
147 B
CMake
target_sources(${TARGET_NAME} PUBLIC
|
|
InitMission.cpp
|
|
main.cpp
|
|
ObjectFactory.cpp
|
|
)
|
|
|
|
add_subdirectory(fsfwconfig)
|
|
add_subdirectory(boardconfig)
|
|
|
|
|