From 40ce78c6845a2bdd6bb3e4bd7fac31d94f3f7b2f Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 3 Feb 2022 22:21:37 -0600 Subject: [PATCH] [ox/std] Add array.hpp to install list --- deps/ox/src/ox/std/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/ox/src/ox/std/CMakeLists.txt b/deps/ox/src/ox/std/CMakeLists.txt index 4e4b32ca..e062f434 100644 --- a/deps/ox/src/ox/std/CMakeLists.txt +++ b/deps/ox/src/ox/std/CMakeLists.txt @@ -64,6 +64,7 @@ target_link_libraries( install( FILES algorithm.hpp + array.hpp assert.hpp bit.hpp bstring.hpp