diff --git a/deps/ox/src/ox/claw/CMakeLists.txt b/deps/ox/src/ox/claw/CMakeLists.txt index 207e7e131..a4a004799 100644 --- a/deps/ox/src/ox/claw/CMakeLists.txt +++ b/deps/ox/src/ox/claw/CMakeLists.txt @@ -5,10 +5,11 @@ add_library( write.cpp ) + target_link_libraries( OxClaw PUBLIC OxMetalClaw - $<$:OxOrganicClaw> + $<$:OxOrganicClaw> ) if(OX_RUN_TESTS)