[ox/claw] Make CMake dependencies PUBLIC

(synced from a5194fd972)
This commit is contained in:
2021-02-22 22:18:13 -06:00
parent f07afa2a17
commit 0a09ff5e88
+1 -1
View File
@@ -6,7 +6,7 @@ add_library(
) )
target_link_libraries( target_link_libraries(
OxClaw OxClaw PUBLIC
OxMetalClaw OxMetalClaw
OxOrganicClaw OxOrganicClaw
) )