2015-10-10 19:36:14 +08:00
|
|
|
include_directories(
|
|
|
|
${CMAKE_SOURCE_DIR}/include
|
|
|
|
${CMAKE_SOURCE_DIR}/vendor/benchmark/include)
|
|
|
|
|
2015-10-02 23:19:48 +08:00
|
|
|
add_executable(mstch_benchmark benchmark_main.cpp)
|
|
|
|
target_link_libraries(mstch_benchmark mstch benchmark)
|