mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
f35f2fe110
Prevents buffering all output from the command.
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
|
|
)
|