mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-01 23:24:21 +08: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>
|
||
|
)
|