fish-shell/cmake/Benchmark.cmake

6 lines
137 B
CMake
Raw Normal View History

# Support for benchmarking fish.
ADD_CUSTOM_TARGET(benchmark
COMMAND ${CMAKE_SOURCE_DIR}/benchmarks/driver.sh $<TARGET_FILE:fish>
)