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 7fbb2c1 commit aea3619Copy full SHA for aea3619
PDFNetPython/CMakeLists.txt
@@ -89,6 +89,11 @@ configure_file(${PDFNetPython_SourcesDir}/PDFNetPython.py ${CMAKE_LIBRARY_OUTPUT
89
90
# Installation rules
91
92
+install(
93
+ FILES ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/PDFNetPython.py
94
+ DESTINATION ${INSTALL_DESTINATION_LIB_DIR}
95
+)
96
+
97
install(
98
TARGETS PDFNetPython
99
LIBRARY DESTINATION ${INSTALL_DESTINATION_LIB_DIR}
0 commit comments