~oxide-developers/oxide/oxide.trunk

« back to all changes in this revision

Viewing changes to qt/CMakeLists.txt

  • Committer: Alexandre Abreu
  • Date: 2014-07-10 18:46:43 UTC
  • mfrom: (624.3.8 chromedriver-support)
  • Revision ID: alexandre.abreu@canonical.com-20140710184643-rrtgqylw3izm6mqz
add chrome driver support/build

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
install(DIRECTORY ${CHROMIUM_PRODUCT_DIR}/locales
82
82
        DESTINATION ${CMAKE_INSTALL_LIBEXECDIR})
83
83
 
 
84
if(DEFINED ENABLE_CHROMEDRIVER AND ENABLE_CHROMEDRIVER EQUAL 0)
 
85
  install(PROGRAMS ${CHROMIUM_PRODUCT_DIR}/chromedriver
 
86
          DESTINATION ${CMAKE_INSTALL_LIBEXECDIR})
 
87
endif()
 
88
 
84
89
list(APPEND PACKAGE_FILES ${OXIDE_INSTALL_LIB_FILES})
85
90
list(APPEND PACKAGE_FILES ${OXIDE_INSTALL_LIBEXEC_FILES})
86
91
list(APPEND PACKAGE_PROGRAMS ${OXIDE_INSTALL_LIBEXEC_PROGRAMS})