mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Externals: Add Xbyak
This commit is contained in:
		
							parent
							
								
									16df1f8078
								
							
						
					
					
						commit
						17fccb8c5d
					
				
					 4 changed files with 14 additions and 0 deletions
				
			
		
							
								
								
									
										8
									
								
								externals/CMakeLists.txt
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								externals/CMakeLists.txt
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,8 @@ | |||
| # 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() | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue