summaryrefslogtreecommitdiff
path: root/testing/cmake/timer_test.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cmake/timer_test.cmake')
-rw-r--r--testing/cmake/timer_test.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/cmake/timer_test.cmake b/testing/cmake/timer_test.cmake
deleted file mode 100644
index a5f8c5ec..00000000
--- a/testing/cmake/timer_test.cmake
+++ /dev/null
@@ -1,9 +0,0 @@
1cmake_minimum_required(VERSION 2.6.0)
2project(timer_test C)
3
4set(exe_name timer_test)
5
6add_executable(${exe_name}
7 timer_test.c)
8
9linkCoreLibraries(${exe_name})