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

  • Committer: Suren A. Chilingaryan
  • Date: 2015-09-01 15:05:38 UTC
  • Revision ID: csa@suren.me-20150901150538-lcgv4923906rx4ma
Fixes out-of-source builds and minor build issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include_directories(
2
2
    ${CMAKE_SOURCE_DIR}
 
3
    ${CMAKE_BINARY_DIR}
3
4
    ${CMAKE_SOURCE_DIR}/pcilib
 
5
    ${CMAKE_BINARY_DIR}/pcilib
4
6
)
5
7
 
6
8
set(HEADERS ${HEADERS} nwl.h nwl_private.h nwl_engine.h nwl_irq.h nwl_loopback.h ipe.h ipe_private.h)