mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
	
	
		
			35 lines
		
	
	
		
			685 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
		
		
			
		
	
	
			35 lines
		
	
	
		
			685 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
|   | add_library(lzma | ||
|  |   include/7zTypes.h
 | ||
|  |   include/Alloc.h
 | ||
|  |   include/Bra.h
 | ||
|  |   include/Compiler.h
 | ||
|  |   include/CpuArch.h
 | ||
|  |   include/Delta.h
 | ||
|  |   include/LzFind.h
 | ||
|  |   include/LzHash.h
 | ||
|  |   include/Lzma86.h
 | ||
|  |   include/LzmaDec.h
 | ||
|  |   include/LzmaEnc.h
 | ||
|  |   include/LzmaLib.h
 | ||
|  |   include/Precomp.h
 | ||
|  |   include/Sort.h
 | ||
|  |   src/Alloc.c
 | ||
|  |   src/Bra86.c
 | ||
|  |   src/BraIA64.c
 | ||
|  |   src/CpuArch.c
 | ||
|  |   src/Delta.c
 | ||
|  |   src/LzFind.c
 | ||
|  |   src/Lzma86Dec.c
 | ||
|  |   src/Lzma86Enc.c
 | ||
|  |   src/LzmaDec.c
 | ||
|  |   src/LzmaEnc.c
 | ||
|  |   src/LzmaLib.c
 | ||
|  |   src/Sort.c
 | ||
|  | )
 | ||
|  | 
 | ||
|  | target_compile_definitions(lzma PRIVATE _7ZIP_ST)
 | ||
|  | 
 | ||
|  | target_include_directories(lzma PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/include")
 | ||
|  | target_include_directories(lzma INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
 | ||
|  | 
 |