eive-obsw/bsp_linux_board/CMakeLists.txt

10 lines
156 B
CMake
Raw Normal View History

2022-02-18 14:59:41 +01:00
target_sources(${OBSW_NAME} PUBLIC
2020-12-29 13:59:31 +01:00
InitMission.cpp
main.cpp
2022-03-30 17:44:07 +02:00
gpioInit.cpp
2020-12-29 13:59:31 +01:00
ObjectFactory.cpp
2020-12-29 01:28:21 +01:00
)
2020-12-29 13:59:31 +01:00
add_subdirectory(boardconfig)
2020-12-29 18:06:52 +01:00
add_subdirectory(boardtest)