mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
cb46396b67
Drops the requirement for Corrosion, as almost none of its extensive features are required.
7 lines
177 B
CMake
7 lines
177 B
CMake
# Support for benchmarking fish.
|
|
|
|
add_custom_target(benchmark
|
|
COMMAND ${CMAKE_SOURCE_DIR}/benchmarks/driver.sh ${CMAKE_BINARY_DIR}/fish
|
|
DEPENDS fish
|
|
USES_TERMINAL
|
|
)
|