8 lines
114 B
CMake
8 lines
114 B
CMake
|
target_sources(${OBSW_NAME} PUBLIC
|
||
|
InitMission.cpp
|
||
|
main.cpp
|
||
|
ObjectFactory.cpp
|
||
|
)
|
||
|
|
||
|
add_subdirectory(boardconfig)
|