lego-esp32s3-gameboy/components/peanut-gb/CMakeLists.txt

9 lines
198 B
CMake

idf_component_register(
SRCS "peanut_gb.c"
INCLUDE_DIRS "."
REQUIRES "esp_timer"
)
# Optimize emulator core for maximum performance
target_compile_options(${COMPONENT_LIB} PRIVATE -O3)