Files
astaroth/samples/benchmark/CMakeLists.txt
2020-03-30 17:22:41 +03:00

4 lines
109 B
CMake

## benchmark
add_executable(benchmark main.cc)
target_link_libraries(benchmark astaroth_core astaroth_utils)