mirror of
				https://github.com/hedge-dev/XenonRecomp.git
				synced 2025-10-30 07:11:38 +00:00 
			
		
		
		
	* Compiling and running on Linux. * Fix xpointer constructor. * Convert dependencies to submodules. * Fix wchar_t usage for Linux.
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			334 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			334 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
add_subdirectory(${THIRDPARTY_ROOT}/disasm)
 | 
						|
 | 
						|
if (NOT TARGET fmt::fmt)
 | 
						|
    add_subdirectory(${THIRDPARTY_ROOT}/fmt)
 | 
						|
endif()
 | 
						|
 | 
						|
if (NOT TARGET tomlplusplus::tomlplusplus)
 | 
						|
    add_subdirectory(${THIRDPARTY_ROOT}/tomlplusplus)
 | 
						|
endif()
 | 
						|
 | 
						|
if (NOT TARGET xxHash::xxhash)
 | 
						|
    add_subdirectory(${THIRDPARTY_ROOT}/xxHash/cmake_unofficial)
 | 
						|
endif()
 |