taskwarrior/performance/CMakeLists.txt
Cristian Le 236b57f321
Use modern FetchContent design patterns (#3903)
* Add higher bound to the CMake policies
* Add the latest cmake to ubuntu22.04 image
2025-07-08 21:39:54 -04:00

9 lines
372 B
CMake

cmake_minimum_required (VERSION 3.22...4.0)
configure_file(compare_runs.py compare_runs.py COPYONLY)
configure_file(load load)
configure_file(run_perf run_perf)
add_custom_target (performance ${CMAKE_BINARY_DIR}/performance/run_perf
DEPENDS task_executable
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/performance)