Replace boost/units in favor of units library

This commit is contained in:
Dan Paulat 2023-08-18 10:45:52 -05:00
parent 12833202b7
commit 35b90fa98d
15 changed files with 67 additions and 67 deletions

View file

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