Skip to content

Commit 984c607

Browse files
committed
Combine target_link_libraries
1 parent 4235369 commit 984c607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ add_executable(${PROJECT_NAME}_demo
5454
)
5555
target_link_libraries(${PROJECT_NAME}_demo
5656
${PROJECT_NAME}
57+
PUBLIC ${THIS_PACKAGE_INCLUDE_DEPENDS})
5758
)
58-
target_link_libraries(${PROJECT_NAME}_demo PUBLIC ${THIS_PACKAGE_INCLUDE_DEPENDS})
5959

6060

6161
# Exports

0 commit comments

Comments
 (0)