toxcore/testing/cmake/crypto_speed_test.cmake

10 lines
182 B
CMake
Raw Normal View History

2013-08-11 01:06:51 +08:00
cmake_minimum_required(VERSION 2.6.0)
project(crypto_speed_test C)
set(exe_name crypto_speed_test)
add_executable(${exe_name}
crypto_speed_test.c)
linkCoreLibraries(${exe_name})