mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			155 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			155 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_library(riscv-disas
 | |
| 	include/riscv-disas.h
 | |
| 	src/riscv-disas.c
 | |
| )
 | |
| 
 | |
| target_include_directories(riscv-disas PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
 | |
| 
 | 
