mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
Color table implementation
This commit is contained in:
parent
6c25ce4230
commit
d734bc6a0a
12 changed files with 437 additions and 5 deletions
9
external/hsluv-c.cmake
vendored
Normal file
9
external/hsluv-c.cmake
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
cmake_minimum_required(VERSION 3.11)
|
||||
set(PROJECT_NAME scwx-hsluv-c)
|
||||
|
||||
set(HSLUV_C_TESTS OFF)
|
||||
add_subdirectory(hsluv-c)
|
||||
|
||||
set(HSLUV_C_INCLUDE_DIR ${hsluv-c_SOURCE_DIR}/src PARENT_SCOPE)
|
||||
|
||||
set_target_properties(hsluv-c PROPERTIES FOLDER hsluv)
|
||||
Loading…
Add table
Add a link
Reference in a new issue