summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-10-28 14:12:05 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-10-28 14:12:05 +0200
commitbd57dfa435dd6c161b758aef2c68404f837ed689 (patch)
tree0f7e3a5bf22ea122eda88e63771590699d91b7d8 /CMakeLists.txt
parentfa6e5e67f585b77d34c3031c176de9a0f7904aa9 (diff)
Moved timing function to a separate file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 610e5149..d3b202c2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -242,6 +242,7 @@ set(HEADERS # such that they can be discovered by IDEs such as CLion and Visual
src/utilities/clblast_exceptions.hpp
src/utilities/device_mapping.hpp
src/utilities/msvc.hpp
+ src/utilities/timing.hpp
src/utilities/utilities.hpp
src/cache.hpp
src/cxpp11_common.hpp