~elopio/webbrowser-app/test_add_bookmark

« back to all changes in this revision

Viewing changes to tests/autopilot/CMakeLists.txt

  • Committer: Leo Arias
  • Date: 2014-04-25 02:58:25 UTC
  • mfrom: (446.1.56 webbrowser-app)
  • Revision ID: leo.arias@canonical.com-20140425025825-wb636muhpyj0bqr5
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
set(AUTOPILOT_DIR webbrowser_app)
2
 
 
3
1
execute_process(COMMAND python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
4
2
    OUTPUT_VARIABLE PYTHON_PACKAGE_DIR OUTPUT_STRIP_TRAILING_WHITESPACE)
5
3
 
6
 
install(DIRECTORY ${AUTOPILOT_DIR}
7
 
    DESTINATION ${PYTHON_PACKAGE_DIR}
8
 
    )
 
4
install(DIRECTORY webbrowser_app webapp_container
 
5
  DESTINATION ${PYTHON_PACKAGE_DIR}
 
6
  )
9
7