11 lines
431 B
CMake
11 lines
431 B
CMake
idf_component_register(SRCS "main.c" "draw.c" "ble.c" "game.c"
|
|
"menus.c"
|
|
"menu_life.c" "menu_cmdr.c" "menu_counters.c"
|
|
"menu_dice.c" "menu_settings.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES driver nvs_flash bt vfs esp_adc)
|
|
|
|
if(DEBUG)
|
|
target_compile_definitions(${COMPONENT_LIB} PUBLIC DEBUG)
|
|
endif()
|