581c4122aa
- complete with ctest support
[ROCm/rocprofiler-systems commit: 9ef3800986]
7 lines
133 B
CMake
7 lines
133 B
CMake
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
|
|
|
|
project(hosttrace-dyninst-examples
|
|
LANGUAGES CXX)
|
|
|
|
add_subdirectory(transpose)
|