File: CMakeLists.txt

package info (click to toggle)
task 3.4.2%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,332 kB
  • sloc: cpp: 42,567; python: 12,689; sh: 775; perl: 189; makefile: 35
file content (9 lines) | stat: -rw-r--r-- 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
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)