taskwarrior/performance/CMakeLists.txt
2018-02-16 22:04:29 -05:00

6 lines
218 B
CMake

cmake_minimum_required (VERSION 3.0)
add_custom_target (performance ./run_perf
DEPENDS task_executable
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/performance)