Skip to content

Commit

Permalink
fix install path
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jan 1, 2025
1 parent db95a5f commit 3cbf16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf2htmlEX/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ install (TARGETS libpdf2htmlEX
)
install (
DIRECTORY pdf2htmlEX/src/
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
DESTINATION include
FILES_MATCHING PATTERN "*.h"
)

Expand Down

0 comments on commit 3cbf16b

Please sign in to comment.