2 lines
106 B
CMake
2 lines
106 B
CMake
add_executable(mstch_benchmark benchmark_main.cpp)
|
|
target_link_libraries(mstch_benchmark mstch benchmark)
|