mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:40:05 +00:00
Color table implementation
This commit is contained in:
parent
6c25ce4230
commit
d734bc6a0a
12 changed files with 437 additions and 5 deletions
7
external/CMakeLists.txt
vendored
7
external/CMakeLists.txt
vendored
|
|
@ -1,4 +1,11 @@
|
|||
cmake_minimum_required(VERSION 3.11)
|
||||
set(PROJECT_NAME scwx-external)
|
||||
|
||||
set_property(DIRECTORY
|
||||
APPEND
|
||||
PROPERTY CMAKE_CONFIGURE_DEPENDS
|
||||
hsluv-c.cmake
|
||||
mapbox-gl-native.cmake)
|
||||
|
||||
include(hsluv-c.cmake)
|
||||
include(mapbox-gl-native.cmake)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue