/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 views/CMakeLists.txt

  • Committer: Vasilii Chernov
  • Date: 2016-02-11 09:37:24 UTC
  • mto: This revision was merged to the branch mainline in revision 353.
  • Revision ID: vchernov@inr.ru-20160211093724-ipw54n5wxts1jt2i
Merge script and transform view. Add get register and properties info to python wrap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    ${UTHASH_INCLUDE_DIRS}
9
9
)
10
10
 
11
 
set(HEADERS ${HEADERS} enum.h transform.h register.h script.h)
 
11
set(HEADERS ${HEADERS} enum.h transform.h register.h)
12
12
 
13
 
add_library(views STATIC enum.c transform.c register.c script.c)
 
13
add_library(views STATIC enum.c transform.c register.c)