mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:00: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)
|