blob: fa47f0d2ea318cd0d736dab7e302937e0adee5f5 (
plain)
1
2
3
4
5
6
|
include_directories(
${CMAKE_SOURCE_DIR}/include
${CMAKE_SOURCE_DIR}/vendor/benchmark/include)
add_executable(mstch_benchmark benchmark_main.cpp)
target_link_libraries(mstch_benchmark mstch benchmark)
|