[ox/std] Add units.hpp to std.hpp and CMake install

(synced from 6ace1e641c)
This commit is contained in:
2019-06-16 22:43:19 -05:00
parent cbbb64388e
commit 31ed2ae7ef
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@ install(
trace.hpp
types.hpp
typetraits.hpp
units.hpp
vector.hpp
DESTINATION
include/ox/std
+1
View File
@@ -25,4 +25,5 @@
#include "typeinfo.hpp"
#include "types.hpp"
#include "typetraits.hpp"
#include "units.hpp"
#include "vector.hpp"