more MBC3 work
This commit is contained in:
@@ -19,7 +19,11 @@ add_executable(GameBoy++ src/main.cpp
|
||||
src/testing.hpp
|
||||
src/joypad.cpp
|
||||
)
|
||||
target_compile_options(GameBoy++ PRIVATE -O2)
|
||||
target_link_libraries(GameBoy++ ${SDL2_LIBRARIES})
|
||||
target_compile_options(GameBoy++ PRIVATE
|
||||
$<$<CONFIG:Release>:-O2>
|
||||
)
|
||||
|
||||
if(CMAKE_EXPORT_COMPILE_COMMANDS)
|
||||
add_custom_target(copy_compile_commands ALL
|
||||
|
||||
Reference in New Issue
Block a user