CMakeLists.txt 206 B

123456
  1. include_directories(
  2. ${CMAKE_SOURCE_DIR}/include
  3. ${CMAKE_SOURCE_DIR}/vendor/benchmark/include)
  4. add_executable(mstch_benchmark benchmark_main.cpp)
  5. target_link_libraries(mstch_benchmark mstch benchmark)