summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@intec.ugent.be>2016-03-07 15:54:03 +0100
committerDimitri Staessens <dimitri.staessens@intec.ugent.be>2016-03-07 15:54:03 +0100
commitaa5997970f90e48532cfb749b2fe4a6b182de11f (patch)
tree76402de1d3b5c85d45ed2c42acaf96163c339277 /include
parenta430220c4c7eb32dbd5236df4d335f3c017dcb8a (diff)
parentf9c16675dc625c124345bb440aa9604af61ddb8d (diff)
downloadouroboros-aa5997970f90e48532cfb749b2fe4a6b182de11f.tar.gz
ouroboros-aa5997970f90e48532cfb749b2fe4a6b182de11f.zip
Merged in sandervrijders/ouroboros/be-tests (pull request #23)
Testing framework
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/CMakeLists.txt18
1 files changed, 14 insertions, 4 deletions
diff --git a/include/ouroboros/CMakeLists.txt b/include/ouroboros/CMakeLists.txt
index b4f04cf2..dc827fbe 100644
--- a/include/ouroboros/CMakeLists.txt
+++ b/include/ouroboros/CMakeLists.txt
@@ -1,6 +1,16 @@
-file(GLOB_RECURSE HEADER_FILES *.h)
+set(HEADER_FILES
+ bitmap.h
+ cdap.h
+ common.h
+ da.h
+ dev.h
+ du_buff.h
+ ipcp.h
+ irm.h
+ list.h
+ logs.h
+ sockets.h
+)
install(FILES ${HEADER_FILES}
- DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/ouroboros)
-
-add_custom_target(qtcreator-workaround SOURCES ${HEADER_FILES})
+ DESTINATION include/ouroboros)