~verzegnassi-stefano/+junk/ubuntu-terminal-app-uitk13

« back to all changes in this revision

Viewing changes to tests/autopilot/CMakeLists.txt

  • Committer: Filippo Scognamiglio
  • Date: 2014-10-25 04:42:31 UTC
  • Revision ID: flscogna@gmail.com-20141025044231-javjhusbqa171127
Initial reboot commit.

Show diffs side-by-side

added added

removed removed

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