Files
c-toxcore/testing/cmake/timer_test.cmake
T
2013-08-12 13:08:03 +01:00

10 lines
161 B
CMake

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})