lego-esp32s3-gameboy/components/nfc_manager/CMakeLists.txt

9 lines
124 B
CMake

idf_component_register(
SRCS
"nfc_manager.c"
INCLUDE_DIRS
"include"
REQUIRES
driver
)