uas-ugv/main/CMakeLists.txt

9 lines
225 B
CMake
Raw Normal View History

2018-12-21 09:20:30 -08:00
set(COMPONENT_SRCS "ugv_main.c"
"u8g2_esp32_hal.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
set(COMPONENT_REQUIRES "u8g2" "sx127x_driver")
2018-12-16 18:12:21 -08:00
register_component()
component_compile_options("-Werror=incompatible-pointer-types")