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 b4dc1b3 commit 0cd853fCopy full SHA for 0cd853f
CMakeLists.txt
@@ -15,4 +15,4 @@ target_link_libraries(diff-pdf ${POPPLERGLIB_LIBRARIES})
15
target_link_directories(diff-pdf PRIVATE
16
${POPPLERGLIB_LIBRARY_DIRS}
17
)
18
-install(TARGETS diff-pdf)
+install(TARGETS diff-pdf RUNTIME DESTINATION build)
0 commit comments