Files
rocm-systems/tests/bin/pc-sampling/CMakeLists.txt
T

12 lines
328 B
CMake
Raw Normal View History

2024-12-04 18:32:48 -06:00
#
# Integration test applications
#
cmake_minimum_required(VERSION 3.21.0 FATAL_ERROR)
2025-03-22 18:51:42 -05:00
project(rocprofiler-sdk-tests-bin-pc-sampling LANGUAGES C CXX)
2024-12-04 18:32:48 -06:00
set(CMAKE_BUILD_RPATH "\$ORIGIN:\$ORIGIN/../lib")
# applications used by integration tests which DO NOT link to rocprofiler-sdk-roctx
add_subdirectory(exec-mask-manipulation)