~mrqtros/ubuntu-rssreader-app/ubuntu-rssreader-app-to-tabs

« back to all changes in this revision

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

  • Committer: Roman Shchekin
  • Date: 2015-07-04 08:38:18 UTC
  • Revision ID: mrqtros@gmail.com-20150704083818-ecojm3nmy5bpkxrb
Merge with the Reboot project.

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)