diff options
Diffstat (limited to 'lib/mstch/benchmark/CMakeLists.txt')
| -rw-r--r-- | lib/mstch/benchmark/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/mstch/benchmark/CMakeLists.txt b/lib/mstch/benchmark/CMakeLists.txt new file mode 100644 index 0000000..fa47f0d --- /dev/null +++ b/lib/mstch/benchmark/CMakeLists.txt @@ -0,0 +1,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) |
