diff options
author | Vasilii Chernov <vchernov@inr.ru> | 2016-02-19 15:38:47 +0100 |
---|---|---|
committer | Vasilii Chernov <vchernov@inr.ru> | 2016-02-19 15:38:47 +0100 |
commit | b16fd97ffcaf9e7bd3fd52e505adbed2ffd0c768 (patch) | |
tree | 32c92088aa606535b09201a8c1453487dc63dbeb /pcilib/CMakeLists.txt | |
parent | 3bb43f1260ec30e919d11a554ab4e0d29dd9312e (diff) | |
download | pcitool-b16fd97ffcaf9e7bd3fd52e505adbed2ffd0c768.tar.gz pcitool-b16fd97ffcaf9e7bd3fd52e505adbed2ffd0c768.tar.bz2 pcitool-b16fd97ffcaf9e7bd3fd52e505adbed2ffd0c768.tar.xz pcitool-b16fd97ffcaf9e7bd3fd52e505adbed2ffd0c768.zip |
Add istall step for pcipywrap
Diffstat (limited to 'pcilib/CMakeLists.txt')
-rw-r--r-- | pcilib/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pcilib/CMakeLists.txt b/pcilib/CMakeLists.txt index cdc9c3f..ea1db8b 100644 --- a/pcilib/CMakeLists.txt +++ b/pcilib/CMakeLists.txt @@ -21,6 +21,10 @@ install(FILES pcilib.h DESTINATION include ) -install(FILES bar.h kmem.h locking.h lock.h bank.h register.h xml.h dma.h event.h model.h error.h debug.h env.h tools.h timing.h cpu.h datacpy.h pagecpy.h memcpy.h export.h version.h view.h unit.h +install(FILES bar.h kmem.h locking.h lock.h bank.h register.h xml.h dma.h event.h model.h error.h debug.h env.h tools.h timing.h cpu.h datacpy.h pagecpy.h memcpy.h export.h view.h unit.h + DESTINATION include/pcilib +) + +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/version.h DESTINATION include/pcilib ) |