/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 pcilib/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 pcilib.h pci.h export.h bar.h fifo.h model.h bank.h register.h kmem.h irq.h locking.h lock.h dma.h event.h plugin.h tools.h error.h debug.h env.h version.h config.h)