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

This commit is contained in:
Gary Talent 2019-06-16 22:43:19 -05:00
parent 5f41a2665b
commit 6ace1e641c
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ install(
trace.hpp
types.hpp
typetraits.hpp
units.hpp
vector.hpp
DESTINATION
include/ox/std

View File

@ -25,4 +25,5 @@
#include "typeinfo.hpp"
#include "types.hpp"
#include "typetraits.hpp"
#include "units.hpp"
#include "vector.hpp"