Skip to content

Commit 0cd853f

Browse files
committed
add RUNTIME DESTINATION
1 parent b4dc1b3 commit 0cd853f

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
@@ -15,4 +15,4 @@ target_link_libraries(diff-pdf ${POPPLERGLIB_LIBRARIES})
1515
target_link_directories(diff-pdf PRIVATE
1616
${POPPLERGLIB_LIBRARY_DIRS}
1717
)
18-
install(TARGETS diff-pdf)
18+
install(TARGETS diff-pdf RUNTIME DESTINATION build)

0 commit comments

Comments
 (0)