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

  • Committer: Suren A. Chilingaryan
  • Date: 2015-10-19 13:58:46 UTC
  • Revision ID: csa@suren.me-20151019135846-nz3f6iobifx06xvq
Support computed (property-based) registers

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} default.h software.h)
 
11
set(HEADERS ${HEADERS} default.h software.h property.h)
12
12
 
13
 
add_library(protocols STATIC default.c software.c)
 
13
add_library(protocols STATIC default.c software.c property.c)