/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcilib/CMakeLists.txt

  • Committer: Vasilii Chernov
  • Date: 2016-02-09 16:32:11 UTC
  • mto: This revision was merged to the branch mainline in revision 353.
  • Revision ID: vchernov@inr.ru-20160209163211-j56vrnez4sbt9r1o
Add write_register python wrap. Add no_set_check attribute to pcilib_view_t type

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
add_dependencies(pcilib dma protocols views)
15
15
 
16
16
#Creating python wrapping
17
 
FIND_PACKAGE(SWIG REQUIRED)
18
17
INCLUDE(${SWIG_USE_FILE})
19
18
 
20
19
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})