mstch/benchmark/CMakeLists.txt

3 lines
106 B
Text
Raw Normal View History

2015-10-02 15:19:48 +00:00
add_executable(mstch_benchmark benchmark_main.cpp)
target_link_libraries(mstch_benchmark mstch benchmark)