We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea05ba1 commit 38fe924Copy full SHA for 38fe924
CMakeLists.txt
@@ -114,6 +114,6 @@ target_include_directories(${LIB_NAME}
114
PRIVATE ${PROJECT_SOURCE_DIR}/include)
115
116
target_link_libraries(${LIB_NAME}
117
- PRIVATE ${LIBCORECLIENT})
+ ${LIBCORECLIENT})
118
119
###############################################################################
0 commit comments