diff options
author | nicolas.zilio@hotmail.fr <> | 2015-09-15 12:07:04 +0200 |
---|---|---|
committer | nicolas.zilio@hotmail.fr <> | 2015-09-15 12:07:04 +0200 |
commit | 33db9c07bd08fae74c145c547f1b0e9f55ab25ae (patch) | |
tree | 7121279d8ebe972374cae6238096f0f8008be1d5 /pcilib/CMakeLists.txt | |
parent | 6c47064466d8484813741f347e41af1d4ac90f85 (diff) | |
download | pcitool-33db9c07bd08fae74c145c547f1b0e9f55ab25ae.tar.gz pcitool-33db9c07bd08fae74c145c547f1b0e9f55ab25ae.tar.bz2 pcitool-33db9c07bd08fae74c145c547f1b0e9f55ab25ae.tar.xz pcitool-33db9c07bd08fae74c145c547f1b0e9f55ab25ae.zip |
merge views and units, some name homogeneisation
Diffstat (limited to 'pcilib/CMakeLists.txt')
-rw-r--r-- | pcilib/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcilib/CMakeLists.txt b/pcilib/CMakeLists.txt index 1f3e646..9688065 100644 --- a/pcilib/CMakeLists.txt +++ b/pcilib/CMakeLists.txt @@ -9,9 +9,9 @@ include_directories( set(HEADERS pcilib.h pci.h export.h bar.h fifo.h model.h bank.h register.h views.h xml.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 unit.h) +debug.h env.h version.h config.h) add_library(pcilib SHARED pci.c export.c bar.c fifo.c model.c bank.c -register.c views.c xml.c kmem.c irq.c locking.c lock.c dma.c event.c plugin.c tools.c error.c debug.c env.c unit.c) +register.c views.c xml.c kmem.c irq.c locking.c lock.c dma.c event.c plugin.c tools.c error.c debug.c env.c) target_link_libraries(pcilib dma protocols ${CMAKE_THREAD_LIBS_INIT} ${UFODECODE_LIBRARIES} ${CMAKE_DL_LIBS} ${EXTRA_SYSTEM_LIBS} ${LIBXML2_LIBRARIES} ${PYTHON_LIBRARIES}) |