added cmake support
This commit is contained in:
10
bsp_linux/CMakeLists.txt
Normal file
10
bsp_linux/CMakeLists.txt
Normal file
@ -0,0 +1,10 @@
|
||||
target_sources(${TARGET_NAME} PUBLIC
|
||||
InitMission.cpp
|
||||
main.cpp
|
||||
ObjectFactory.cpp
|
||||
)
|
||||
|
||||
add_subdirectory(boardconfig)
|
||||
|
||||
|
||||
|
6
bsp_linux/boardconfig/CMakeLists.txt
Normal file
6
bsp_linux/boardconfig/CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
target_include_directories(${TARGET_NAME} PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user