mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			404 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			404 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| CPMAddPackage(
 | |
| 	NAME libgme
 | |
| 	VERSION 0.6.3
 | |
| 	URL "https://bitbucket.org/mpyne/game-music-emu/get/e76bdc0cb916e79aa540290e6edd0c445879d3ba.zip"
 | |
| 	EXCLUDE_FROM_ALL ON
 | |
| 	OPTIONS
 | |
| 		"BUILD_SHARED_LIBS ${SRB2_CONFIG_SHARED_INTERNAL_LIBRARIES}"
 | |
| 		"ENABLE_UBSAN OFF"
 | |
| 		"GME_YM2612_EMU MAME"
 | |
| )
 | |
| 
 | |
| if(libgme_ADDED)
 | |
| 	target_compile_features(gme PRIVATE cxx_std_11)
 | |
| 	target_link_libraries(gme PRIVATE ZLIB::ZLIB)
 | |
| endif()
 | 
