mirror of https://github.com/stenzek/duckstation
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			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")
 | 
						|
 |