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

17 lines
305 B
CMake

idf_component_register(
SRCS
"gnuboy_placeholder.c"
INCLUDE_DIRS
"include"
REQUIRES
driver
esp_psram
)
# GNUBoy specific compiler flags
target_compile_options(${COMPONENT_LIB} PRIVATE
-Wno-unused-variable
-Wno-unused-function
-Wno-pointer-sign
)