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

7 lines
179 B
CMake

idf_component_register(
SRCS "nfc_manager.c"
INCLUDE_DIRS "include" "${CMAKE_SOURCE_DIR}/main/include"
PRIV_INCLUDE_DIRS "."
REQUIRES driver json freertos fatfs
)