[ox/std] Add missing includes to CMake install
This commit is contained in:
parent
24fbb8ba86
commit
4e3c98bcb5
4
deps/ox/src/ox/std/CMakeLists.txt
vendored
4
deps/ox/src/ox/std/CMakeLists.txt
vendored
@ -21,13 +21,17 @@ install(
|
|||||||
assert.hpp
|
assert.hpp
|
||||||
bitops.hpp
|
bitops.hpp
|
||||||
byteswap.hpp
|
byteswap.hpp
|
||||||
|
math.hpp
|
||||||
memops.hpp
|
memops.hpp
|
||||||
|
new.hpp
|
||||||
random.hpp
|
random.hpp
|
||||||
string.hpp
|
string.hpp
|
||||||
strops.hpp
|
strops.hpp
|
||||||
std.hpp
|
std.hpp
|
||||||
|
stddef.hpp
|
||||||
types.hpp
|
types.hpp
|
||||||
typetraits.hpp
|
typetraits.hpp
|
||||||
|
vector.hpp
|
||||||
DESTINATION
|
DESTINATION
|
||||||
include/ox/std
|
include/ox/std
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user