barback32/main/CMakeLists.txt

5 lines
118 B
CMake
Raw Normal View History

2020-02-26 10:11:57 -05:00
set(COMPONENT_SRCS "main.c console.c cmd_lora.c")
set(COMPONENT_ADD_INCLUDEDIRS ". ../include")
register_component()