diff --git a/CMakeLists.txt b/CMakeLists.txt index faede54782fe5c418173d734a0d883769541b71d..87e10e6e53939aa9433c61cf1360ecee31c3be36 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -186,7 +186,7 @@ endif() #Link the created libraries #===============EXAMPLE========================= -TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${wolfcore_LIBRARIES}) +TARGET_LINK_LIBRARIES(${PLUGIN_NAME} wolfcore) TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${OpenCV_LIBS}) #Build demos