/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool
126 by Suren A. Chilingaryan
multithread preprocessing of ipecamera frames and code reorganization
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}
126 by Suren A. Chilingaryan
multithread preprocessing of ipecamera frames and code reorganization
9
)
10
236 by Suren A. Chilingaryan
Big redign of model structures
11
set(HEADERS ${HEADERS} nwl.h nwl_private.h nwl_engine.h nwl_irq.h nwl_loopback.h ipe.h ipe_private.h)
12
265 by Suren A. Chilingaryan
Add fields reporting consumed buffers and space to the dma_engine_status and provide better ipedma benchmarking
13
add_library(dma STATIC nwl.c nwl_engine.c nwl_irq.c nwl_loopback.c ipe.c ipe_benchmark.c)
236 by Suren A. Chilingaryan
Big redign of model structures
14
15
#set(HEADERS ${HEADERS} ipe.h ipe_private.h)
16
#add_library(dma STATIC  ipe.c)