mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			290 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			290 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SRCS
 | |
|             inih/ini.c
 | |
|             inih/cpp/INIReader.cpp
 | |
|             )
 | |
| set(HEADERS
 | |
|             inih/ini.h
 | |
|             inih/cpp/INIReader.h
 | |
|             )
 | |
| 
 | |
| create_directory_groups(${SRCS} ${HEADERS})
 | |
| add_library(inih ${SRCS} ${HEADERS})
 | |
| target_include_directories(inih INTERFACE .)
 | 
