From 6a1f0d15722e2c25c3365b55b757a06f6b2a3805 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 17 Jul 2019 21:17:10 -0500 Subject: [PATCH] [ox/clargs] Link with OxStd (synced from ea2bf8998b9096c133beb3924775ee4e1082e011) --- src/ox/clargs/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ox/clargs/CMakeLists.txt b/src/ox/clargs/CMakeLists.txt index a096079cc..9dde56029 100644 --- a/src/ox/clargs/CMakeLists.txt +++ b/src/ox/clargs/CMakeLists.txt @@ -12,6 +12,8 @@ set_property( POSITION_INDEPENDENT_CODE ON ) +target_link_libraries(OxClArgs OxStd) + install( FILES clargs.hpp