[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
|
||||
types.hpp
|
||||
typetraits.hpp
|
||||
units.hpp
|
||||
vector.hpp
|
||||
DESTINATION
|
||||
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 "types.hpp"
|
||||
#include "typetraits.hpp"
|
||||
#include "units.hpp"
|
||||
#include "vector.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user