Color table implementation

This commit is contained in:
Dan Paulat 2021-07-01 22:05:47 -05:00
parent 6c25ce4230
commit d734bc6a0a
12 changed files with 437 additions and 5 deletions

View file

@ -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)