mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 19:50:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			379 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			379 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| cmake_minimum_required(VERSION 3.20)
 | |
| set(PROJECT_NAME scwx-external)
 | |
| 
 | |
| set_property(DIRECTORY
 | |
|              APPEND
 | |
|              PROPERTY CMAKE_CONFIGURE_DEPENDS
 | |
|              freetype-gl.cmake
 | |
|              hsluv-c.cmake
 | |
|              mapbox-gl-native.cmake
 | |
|              stb.cmake)
 | |
| 
 | |
| include(freetype-gl.cmake)
 | |
| include(hsluv-c.cmake)
 | |
| include(mapbox-gl-native.cmake)
 | |
| include(stb.cmake)
 | 
