/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
236 by Suren A. Chilingaryan
Big redign of model structures
1
include_directories(
2
    ${CMAKE_SOURCE_DIR}
302 by Suren A. Chilingaryan
Fixes out-of-source builds and minor build issues
3
    ${CMAKE_BINARY_DIR}
240 by Suren A. Chilingaryan
More structural changes to get ready for stand-alone event engines
4
    ${CMAKE_SOURCE_DIR}/pcilib
302 by Suren A. Chilingaryan
Fixes out-of-source builds and minor build issues
5
    ${CMAKE_BINARY_DIR}/pcilib
303 by Suren A. Chilingaryan
Initial integration of XML support
6
    ${LIBXML2_INCLUDE_DIRS}
309 by Suren A. Chilingaryan
Base functions for views
7
    ${PYTHON_INCLUDE_DIR}
8
    ${UTHASH_INCLUDE_DIRS}
236 by Suren A. Chilingaryan
Big redign of model structures
9
)
10
321 by Suren A. Chilingaryan
Support computed (property-based) registers
11
set(HEADERS ${HEADERS} default.h software.h property.h)
236 by Suren A. Chilingaryan
Big redign of model structures
12
321 by Suren A. Chilingaryan
Support computed (property-based) registers
13
add_library(protocols STATIC default.c software.c property.c)