[ox/std] Add units.hpp to std.hpp and CMake install
This commit is contained in:
parent
5f41a2665b
commit
6ace1e641c
1
deps/ox/src/ox/std/CMakeLists.txt
vendored
1
deps/ox/src/ox/std/CMakeLists.txt
vendored
@ -48,6 +48,7 @@ install(
|
|||||||
trace.hpp
|
trace.hpp
|
||||||
types.hpp
|
types.hpp
|
||||||
typetraits.hpp
|
typetraits.hpp
|
||||||
|
units.hpp
|
||||||
vector.hpp
|
vector.hpp
|
||||||
DESTINATION
|
DESTINATION
|
||||||
include/ox/std
|
include/ox/std
|
||||||
|
1
deps/ox/src/ox/std/std.hpp
vendored
1
deps/ox/src/ox/std/std.hpp
vendored
@ -25,4 +25,5 @@
|
|||||||
#include "typeinfo.hpp"
|
#include "typeinfo.hpp"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
#include "typetraits.hpp"
|
#include "typetraits.hpp"
|
||||||
|
#include "units.hpp"
|
||||||
#include "vector.hpp"
|
#include "vector.hpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user