Cmake working for ArduCoptre/ ArduPlane
Need to get pde processing working.
This commit is contained in:
parent
8102b31d8d
commit
828e8598ef
11568
ArduCopter/ArduCopter.cpp
Normal file
11568
ArduCopter/ArduCopter.cpp
Normal file
File diff suppressed because it is too large
Load Diff
7973
ArduPlane/ArduPlane.cpp
Normal file
7973
ArduPlane/ArduPlane.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@ -80,7 +80,7 @@ macro(apm_project PROJECT_NAME BOARD SRCS)
|
||||
set(${PROJECT_NAME}_BOARD ${BOARD})
|
||||
set(${PROJECT_NAME}_AFLAGS "-assembler-with-cpp")
|
||||
set(${PROJECT_NAME}_SRCS ${SRCS})
|
||||
set(${PROJECT_NAME}_LIBS c)
|
||||
set(${PROJECT_NAME}_LIBS m c)
|
||||
generate_arduino_firmware(${PROJECT_NAME})
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES LINKER_LANGUAGE CXX)
|
||||
install(FILES
|
||||
@ -93,7 +93,5 @@ endmacro()
|
||||
apm_project(apo ${BOARD} apo/apo.cpp)
|
||||
apm_project(ArduRover ${BOARD} ArduRover/ArduRover.cpp)
|
||||
apm_project(ArduBoat ${BOARD} ArduBoat/ArduBoat.cpp)
|
||||
#apm_project(ArduPlane ${BOARD} ArduPlane/ArduPlane.cpp)
|
||||
#apm_project(ArduCopter ${BOARD} ArduCopter/ArduCopter.cpp)
|
||||
|
||||
|
||||
apm_project(ArduPlane ${BOARD} ArduPlane/ArduPlane.cpp)
|
||||
apm_project(ArduCopter ${BOARD} ArduCopter/ArduCopter.cpp)
|
||||
|
Loading…
Reference in New Issue
Block a user