1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 09:38:40 +00:00

Add install target to CMake

This commit is contained in:
Hongliang TIAN 2012-08-13 10:17:18 +08:00
parent c6093d7ec0
commit 023bc346bc

View File

@ -20,4 +20,5 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ggdb")
add_executable(pdftohtmlEX src/pdftohtmlEX.cc src/HTMLRenderer.cc src/HTMLRenderer.h src/BackgroundRenderer.cc src/BackgroundRenderer.h src/Consts.h src/Consts.cc src/util.h)
target_link_libraries(pdftohtmlEX poppler boost_program_options)
install (TARGETS pdftohtmlEX DESTINATION bin)
install (PROGRAMS "bin/pdf2htmlEX" DESTINATION bin)