Skip to content

Commit aea3619

Browse files
committed
[Python] Fix for make install.
1 parent 7fbb2c1 commit aea3619

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PDFNetPython/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ configure_file(${PDFNetPython_SourcesDir}/PDFNetPython.py ${CMAKE_LIBRARY_OUTPUT
8989

9090
# Installation rules
9191

92+
install(
93+
FILES ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/PDFNetPython.py
94+
DESTINATION ${INSTALL_DESTINATION_LIB_DIR}
95+
)
96+
9297
install(
9398
TARGETS PDFNetPython
9499
LIBRARY DESTINATION ${INSTALL_DESTINATION_LIB_DIR}

0 commit comments

Comments
 (0)