From a5194fd9723a408b262af3e6f5f89ebce1801679 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 22 Feb 2021 22:18:13 -0600 Subject: [PATCH] [ox/claw] Make CMake dependencies PUBLIC --- deps/ox/src/ox/claw/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/ox/src/ox/claw/CMakeLists.txt b/deps/ox/src/ox/claw/CMakeLists.txt index bab204df..ff5e3aca 100644 --- a/deps/ox/src/ox/claw/CMakeLists.txt +++ b/deps/ox/src/ox/claw/CMakeLists.txt @@ -6,7 +6,7 @@ add_library( ) target_link_libraries( - OxClaw + OxClaw PUBLIC OxMetalClaw OxOrganicClaw )