You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
359 B
22 lines
359 B
set(LIB_NAME APM_RC) |
|
|
|
set(${LIB_NAME}_SRCS |
|
APM_RC.cpp |
|
) # Firmware sources |
|
|
|
set(${LIB_NAME}_HDRS |
|
APM_RC.h |
|
) |
|
|
|
include_directories( |
|
|
|
- |
|
#${CMAKE_SOURCE_DIR}/libraries/AP_Math |
|
#${CMAKE_SOURCE_DIR}/libraries/AP_Common |
|
#${CMAKE_SOURCE_DIR}/libraries/FastSerial |
|
# |
|
) |
|
|
|
set(${LIB_NAME}_BOARD mega2560) |
|
|
|
generate_arduino_library(${LIB_NAME})
|
|
|