eive-obsw/bsp_rpi/CMakeLists.txt

12 lines
120 B
CMake
Raw Normal View History

2020-12-29 01:28:21 +01:00
target_sources(${TARGET_NAME} PUBLIC
2020-12-29 13:59:31 +01:00
InitMission.cpp
main.cpp
ObjectFactory.cpp
2020-12-29 01:28:21 +01:00
)
2020-12-29 13:59:31 +01:00
add_subdirectory(boardconfig)
2020-12-29 01:28:21 +01:00