a92fa8f071
* Improve ROCPROFILER_DEFAULT_FAIL_REGEX * Support find_package called twice * Skip iteration of ROCPROFILER_AGENT_TYPE_CPU * Relax tests/rocprofv3/summary * Tweak to rocprofiler-sdk-tool/tool.cpp * Move rocprofv3-trigger-list-metrics to libexec * Remove PC_SAMPLING_TESTS_REGEX from CI workflow * Update packaging - core component depends on roctx component * Increase verbosity for failing tests * Fix RPATH of rocprofv3-trigger-list-metrics --------- Co-authored-by: Gopesh Bhardwaj <gopesh.bhardwaj@amd.com>
13 rader
201 B
CMake
13 rader
201 B
CMake
#
|
|
#
|
|
#
|
|
if(ROCPROFILER_BUILD_CODECOV)
|
|
set(CMAKE_BUILD_TYPE "Coverage")
|
|
endif()
|
|
|
|
add_subdirectory(include)
|
|
add_subdirectory(lib)
|
|
add_subdirectory(libexec)
|
|
add_subdirectory(bin)
|
|
add_subdirectory(docs)
|