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 4235369 commit 984c607Copy full SHA for 984c607
CMakeLists.txt
@@ -54,8 +54,8 @@ add_executable(${PROJECT_NAME}_demo
54
)
55
target_link_libraries(${PROJECT_NAME}_demo
56
${PROJECT_NAME}
57
+ PUBLIC ${THIS_PACKAGE_INCLUDE_DEPENDS})
58
-target_link_libraries(${PROJECT_NAME}_demo PUBLIC ${THIS_PACKAGE_INCLUDE_DEPENDS})
59
60
61
# Exports
0 commit comments