mirror of
				https://github.com/hedge-dev/XenonRecomp.git
				synced 2025-10-30 07:11:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			160 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			160 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
cmake_minimum_required (VERSION 3.8)
 | 
						|
 | 
						|
project("PowerRecomp")
 | 
						|
 | 
						|
add_executable(PowerRecomp "main.cpp")
 | 
						|
target_link_libraries(PowerRecomp PRIVATE LibPowerAnalyse)
 |