Skip to content
Snippets Groups Projects
Commit fb0f0c5e authored by Eidolon's avatar Eidolon
Browse files

cmake: Use MAME YM2612 emu in GME

parent 6428d6fc
Branches
No related tags found
No related merge requests found
...@@ -521,6 +521,7 @@ if(NOT "${SRB2_CONFIG_SYSTEM_LIBRARIES}") ...@@ -521,6 +521,7 @@ if(NOT "${SRB2_CONFIG_SYSTEM_LIBRARIES}")
OPTIONS OPTIONS
"BUILD_SHARED_LIBS ${SRB2_CONFIG_SHARED_INTERNAL_LIBRARIES}" "BUILD_SHARED_LIBS ${SRB2_CONFIG_SHARED_INTERNAL_LIBRARIES}"
"ENABLE_UBSAN OFF" "ENABLE_UBSAN OFF"
"GME_YM2612_EMU MAME"
) )
target_compile_features(gme PRIVATE cxx_std_11) target_compile_features(gme PRIVATE cxx_std_11)
target_link_libraries(gme PRIVATE ZLIB::ZLIB) target_link_libraries(gme PRIVATE ZLIB::ZLIB)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment