~osomon/webbrowser-app/cannot-bookmark-empty-tab

« back to all changes in this revision

Viewing changes to tests/autopilot/CMakeLists.txt

  • Committer: Michael Zanetti
  • Date: 2013-01-14 15:47:33 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: michael_zanetti@gmx.net-20130114154733-99esebl4s4f242ym
Added initial autopilot tests and autopilot package

Show diffs side-by-side

added added

removed removed

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