toxcore/testing/cmake/crypto_speed_test.cmake
2013-08-10 18:06:51 +01:00

10 lines
182 B
CMake

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