1
0
Fork 0
2020-embedded-game-programming/src/CMakeLists.txt

13 lines
131 B
CMake
Raw Normal View History

2020-05-10 02:07:57 +00:00
idf_component_register(
2020-05-18 03:29:45 +00:00
SRCS
"main.c"
"odroid/display.c"
"odroid/input.c"
INCLUDE_DIRS
"."
PRIV_REQUIRES
"esp_adc_cal")
2020-05-10 02:07:57 +00:00