esp32-ricoh-gr2/main/CMakeLists.txt
2023-12-22 13:40:23 -08:00

10 lines
113 B
CMake

set(COMPONENT_SRCS "\
main.c\
")
set(COMPONENT_ADD_INCLUDEDIRS "\
.\
../include\
")
register_component()