mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
	
	
		
			32 lines
		
	
	
		
			587 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
		
		
			
		
	
	
			32 lines
		
	
	
		
			587 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
|   | add_library(zlib | ||
|  |   include/zconf.h
 | ||
|  |   include/zlib.h
 | ||
|  |   src/adler32.c
 | ||
|  |   src/compress.c
 | ||
|  |   src/crc32.c
 | ||
|  |   src/crc32.h
 | ||
|  |   src/deflate.c
 | ||
|  |   src/deflate.h
 | ||
|  |   src/gzclose.c
 | ||
|  |   src/gzguts.h
 | ||
|  |   src/gzlib.c
 | ||
|  |   src/gzread.c
 | ||
|  |   src/gzwrite.c
 | ||
|  |   src/infback.c
 | ||
|  |   src/inffast.c
 | ||
|  |   src/inffast.h
 | ||
|  |   src/inffixed.h
 | ||
|  |   src/inflate.c
 | ||
|  |   src/inflate.h
 | ||
|  |   src/inftrees.c
 | ||
|  |   src/inftrees.h
 | ||
|  |   src/trees.c
 | ||
|  |   src/trees.h
 | ||
|  |   src/uncompr.c
 | ||
|  |   src/zutil.c
 | ||
|  |   src/zutil.h
 | ||
|  | )
 | ||
|  | 
 | ||
|  | target_include_directories(zlib PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/include")
 | ||
|  | target_include_directories(zlib INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
 |