mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-28 04:35:09 +00:00
6 lines
137 B
CMake
6 lines
137 B
CMake
|
# Support for benchmarking fish.
|
||
|
|
||
|
ADD_CUSTOM_TARGET(benchmark
|
||
|
COMMAND ${CMAKE_SOURCE_DIR}/benchmarks/driver.sh $<TARGET_FILE:fish>
|
||
|
)
|