mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			289 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			289 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # Xbyak
 | |
| if (ARCHITECTURE_x86_64)
 | |
|     add_library(xbyak INTERFACE)
 | |
|     target_include_directories(xbyak INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/xbyak/xbyak)
 | |
|     if (NOT MSVC)
 | |
|         target_compile_options(xbyak INTERFACE -fno-operator-names)
 | |
|     endif()
 | |
| endif()
 | |
| 
 | |
| add_subdirectory(cryptopp)
 | |
| 
 | 
