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 38fe924 commit f02036fCopy full SHA for f02036f
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
- ${LIBCORECLIENT})
+ PRIVATE ${LIBCORECLIENT})
118
119
###############################################################################
0 commit comments