Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 487912 | Differences between
and this patch

Collapse All | Expand All

(-)CMakeLists.txt (-3 / +1 lines)
Lines 94-100 Link Here
94
OPTION(BUILD_EXAMPLES "Build examples" ON)
94
OPTION(BUILD_EXAMPLES "Build examples" ON)
95
OPTION(INSTALL_EXAMPLES "Install examples (binaries and source)" OFF)
95
OPTION(INSTALL_EXAMPLES "Install examples (binaries and source)" OFF)
96
OPTION(INSTALL_RESOURCES "Install resources directory" ON)
96
OPTION(INSTALL_RESOURCES "Install resources directory" ON)
97
OPTION(INSTALL_FINDWT_CMAKE_FILE "Install FindWt.cmake in systemwide cmake dir (in addition to CMAKE_INSTALL_PREFIX/cmake)" OFF)
97
OPTION(INSTALL_FINDWT_CMAKE_FILE "Install FindWt.cmake in systemwide cmake dir" OFF)
98
OPTION(ENABLE_SSL "Enable cryptography functions, using OpenSSL" ON)
98
OPTION(ENABLE_SSL "Enable cryptography functions, using OpenSSL" ON)
99
OPTION(ENABLE_HARU "Enable Haru Free PDF Library, which is used to provide support for painting to PDF (WPdfImage)" ON)
99
OPTION(ENABLE_HARU "Enable Haru Free PDF Library, which is used to provide support for painting to PDF (WPdfImage)" ON)
100
OPTION(ENABLE_PANGO "Enable Pango Library, which is used for improved font support (WPdfImage and WRasterImage)" ON)
100
OPTION(ENABLE_PANGO "Enable Pango Library, which is used for improved font support (WPdfImage and WRasterImage)" ON)
Lines 543-550 Link Here
543
  INSTALL(FILES ${PROJECT_SOURCE_DIR}/cmake/FindWt.cmake DESTINATION
543
  INSTALL(FILES ${PROJECT_SOURCE_DIR}/cmake/FindWt.cmake DESTINATION
544
    ${WT_CMAKE_FINDER_INSTALL_DIR} )
544
    ${WT_CMAKE_FINDER_INSTALL_DIR} )
545
ENDIF (INSTALL_FINDWT_CMAKE_FILE)
545
ENDIF (INSTALL_FINDWT_CMAKE_FILE)
546
INSTALL(FILES ${PROJECT_SOURCE_DIR}/cmake/FindWt.cmake DESTINATION
547
    ${CMAKE_INSTALL_PREFIX}/cmake )
548
546
549
IF(INSTALL_RESOURCES)
547
IF(INSTALL_RESOURCES)
550
INSTALL(DIRECTORY ${PROJECT_SOURCE_DIR}/resources DESTINATION
548
INSTALL(DIRECTORY ${PROJECT_SOURCE_DIR}/resources DESTINATION

Return to bug 487912