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 6d3b803 commit d6a0987Copy full SHA for d6a0987
CMakeLists.txt
@@ -91,7 +91,10 @@ endif()
91
set(export_name "docopt-targets")
92
93
# Runtime package
94
-install(TARGETS docopt EXPORT ${export_name} DESTINATION ${CMAKE_INSTALL_LIBDIR})
+install(TARGETS docopt EXPORT ${export_name}
95
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
96
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
97
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
98
99
# Development package
100
install(FILES ${docopt_HEADERS} DESTINATION include/docopt)
0 commit comments