mirror of
https://github.com/fish-shell/fish-shell
synced 2025-02-13 04:33:33 +00:00
6 lines
155 B
CMake
6 lines
155 B
CMake
# Support for benchmarking fish.
|
|
|
|
add_custom_target(benchmark
|
|
COMMAND ${CMAKE_SOURCE_DIR}/benchmarks/driver.sh $<TARGET_FILE:fish>
|
|
USES_TERMINAL
|
|
)
|