mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-11-04 10:20:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			337 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			337 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
cmake_minimum_required(VERSION 3.11)
 | 
						|
set(PROJECT_NAME scwx-external)
 | 
						|
 | 
						|
set_property(DIRECTORY
 | 
						|
             APPEND
 | 
						|
             PROPERTY CMAKE_CONFIGURE_DEPENDS
 | 
						|
             freetype-gl.cmake
 | 
						|
             hsluv-c.cmake
 | 
						|
             mapbox-gl-native.cmake)
 | 
						|
 | 
						|
include(freetype-gl.cmake)
 | 
						|
include(hsluv-c.cmake)
 | 
						|
include(mapbox-gl-native.cmake)
 |