11 lines
240 B
CMake
Raw Normal View History

set(COMPONENT_SRCS
"sx127x_driver.c"
2019-01-03 15:52:52 -07:00
"sx127x_registers.c"
"sx127x_pb.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
2019-01-03 15:52:52 -07:00
set(COMPONENT_REQUIRES "nanopb")
register_component()
component_compile_options("-Werror=incompatible-pointer-types")