mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:50: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)
|
||||
|
|
|
|||
1
external/units
vendored
Submodule
1
external/units
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit da6dd9176e8515323c75030d5e51ee19cf6c9afd
|
||||
4
external/units.cmake
vendored
Normal file
4
external/units.cmake
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.20)
|
||||
set(PROJECT_NAME scwx-units)
|
||||
|
||||
add_subdirectory(units)
|
||||
Loading…
Add table
Add a link
Reference in a new issue