From 1a39c397c57cfc2008d432cc38458a45b961aff0 Mon Sep 17 00:00:00 2001 From: slvr Date: Mon, 12 Aug 2013 13:08:03 +0100 Subject: Implemented Deadline Timer and timer_test --- testing/cmake/timer_test.cmake | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testing/cmake/timer_test.cmake (limited to 'testing/cmake') diff --git a/testing/cmake/timer_test.cmake b/testing/cmake/timer_test.cmake new file mode 100644 index 00000000..a5f8c5ec --- /dev/null +++ b/testing/cmake/timer_test.cmake @@ -0,0 +1,9 @@ +cmake_minimum_required(VERSION 2.6.0) +project(timer_test C) + +set(exe_name timer_test) + +add_executable(${exe_name} + timer_test.c) + +linkCoreLibraries(${exe_name}) -- cgit v1.2.3