* Use corrosion instead of CMakeRust * use OpenSUSE tumbleweed (latest) to get newer CMake
7 lines
219 B
CMake
7 lines
219 B
CMake
cmake_minimum_required (VERSION 3.22)
|
|
|
|
add_custom_target (performance ./run_perf
|
|
DEPENDS task_executable
|
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/performance)
|
|
|