mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	core: Gut out cryptop, since it doesn't compile with C++17.
This commit is contained in:
		
							
								
								
									
										3
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							@@ -7,9 +7,6 @@ include(DownloadExternals)
 | 
			
		||||
add_library(catch-single-include INTERFACE)
 | 
			
		||||
target_include_directories(catch-single-include INTERFACE catch/single_include)
 | 
			
		||||
 | 
			
		||||
# Crypto++
 | 
			
		||||
add_subdirectory(cryptopp)
 | 
			
		||||
 | 
			
		||||
# Dynarmic
 | 
			
		||||
if (ARCHITECTURE_x86_64)
 | 
			
		||||
    add_library(xbyak INTERFACE)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user