15 lines
172 B
CMake
15 lines
172 B
CMake
target_sources(${TARGET_NAME} PUBLIC
|
|
InitMission.cpp
|
|
main.cpp
|
|
ObjectFactory.cpp
|
|
)
|
|
|
|
add_subdirectory(boardconfig)
|
|
add_subdirectory(boardtest)
|
|
add_subdirectory(gpio)
|
|
|
|
|
|
|
|
|
|
|