mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 04:29:01 +08:00
14 lines
451 B
Diff
14 lines
451 B
Diff
|
diff --git a/cmake/module-utils.cmake b/cmake/module-utils.cmake
|
||
|
index 8f1d35a..cade49d 100644
|
||
|
--- a/cmake/module-utils.cmake
|
||
|
+++ b/cmake/module-utils.cmake
|
||
|
@@ -5,7 +5,7 @@ macro(target_link_oatpp target)
|
||
|
message("target_link_oatpp(${target}) to installed oatpp lib")
|
||
|
|
||
|
target_link_libraries(${target}
|
||
|
- PRIVATE oatpp::oatpp
|
||
|
+ PUBLIC oatpp::oatpp
|
||
|
PRIVATE oatpp::oatpp-test
|
||
|
)
|
||
|
|