~acerisara/ubuntu-calculator-app/operation-after-clear

« back to all changes in this revision

Viewing changes to app/tests/autopilot/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Riccardo Padovani, Mattia Rizzolo
  • Date: 2014-12-21 00:22:09 UTC
  • mfrom: (38.2.15 debianFolder141211)
  • Revision ID: tarmac-20141221002209-63xrd1sbv3y905go
Created Debian packaging. Fixes: https://bugs.launchpad.net/bugs/1401718.

Approved by Ubuntu Phone Apps Jenkins Bot, Bartosz Kosiorek.

Show diffs side-by-side

added added

removed removed

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