mstch/benchmark/CMakeLists.txt
2015-10-02 17:19:48 +02:00

2 lines
106 B
CMake

add_executable(mstch_benchmark benchmark_main.cpp)
target_link_libraries(mstch_benchmark mstch benchmark)