mirror of
				https://github.com/hedge-dev/XenonRecomp.git
				synced 2025-10-30 07:11:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			114 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			114 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
project("disasm")
 | 
						|
 | 
						|
add_library(disasm "ppc-dis.c" "disasm.c" "ppc.h")
 | 
						|
target_include_directories(disasm PUBLIC .)
 |