[ox/claw] Make CMake dependencies PUBLIC

This commit is contained in:
Gary Talent 2021-02-22 22:18:13 -06:00
parent 657af980c2
commit a5194fd972

View File

@ -6,7 +6,7 @@ add_library(
) )
target_link_libraries( target_link_libraries(
OxClaw OxClaw PUBLIC
OxMetalClaw OxMetalClaw
OxOrganicClaw OxOrganicClaw
) )