pqc/test/bench/CMakeLists.txt

16 lines
140 B
CMake
Raw Normal View History

2021-04-22 21:41:40 +01:00
cmake_minimum_required(VERSION 3.13)
add_executable(
bench
kyber.cc
)
target_link_libraries(
bench
pqc
benchmark
benchmark_main
)