[ox/std] Add missing includes to CMake install

This commit is contained in:
Gary Talent 2018-04-28 11:00:02 -05:00
parent 24fbb8ba86
commit 4e3c98bcb5

View File

@ -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
) )