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

9 lines
123 B
CMake

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