mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
f117addf7c
This is a best practice to distinguish them from variables.
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
|
|
)
|