mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:40:05 +00:00
Replace boost/units in favor of units library
This commit is contained in:
parent
12833202b7
commit
35b90fa98d
15 changed files with 67 additions and 67 deletions
4
external/CMakeLists.txt
vendored
4
external/CMakeLists.txt
vendored
|
|
@ -10,7 +10,8 @@ set_property(DIRECTORY
|
|||
hsluv-c.cmake
|
||||
imgui.cmake
|
||||
mapbox-gl-native.cmake
|
||||
stb.cmake)
|
||||
stb.cmake
|
||||
units.cmake)
|
||||
|
||||
include(aws-sdk-cpp.cmake)
|
||||
include(date.cmake)
|
||||
|
|
@ -19,3 +20,4 @@ include(hsluv-c.cmake)
|
|||
include(imgui.cmake)
|
||||
include(mapbox-gl-native.cmake)
|
||||
include(stb.cmake)
|
||||
include(units.cmake)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue