esp32-ricoh-gr2/main/CMakeLists.txt

11 lines
113 B
Text
Raw Normal View History

2023-12-22 16:40:23 -05:00
set(COMPONENT_SRCS "\
main.c\
")
set(COMPONENT_ADD_INCLUDEDIRS "\
.\
../include\
")
register_component()