/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pywrap/CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-06 01:42:09 UTC
  • Revision ID: csa@suren.me-20160306014209-749izn2rwu2w6oym
Clean-up python files during the clean and do not delete driver Makefile while packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
if (NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
25
25
   file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/test_pcilib.py DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
26
26
endif(NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
 
27
 
 
28
set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "__pycache__;pcilib.pyc;pcipywrap.pyc")
 
29
 
 
30