62e0a9c1a3
* include file and print formatters for OMPT support * Apply suggestions from code review * Remove rocprofiler_ompt_set_callbacks * Reorder ROCPROFILER_EXTERNAL_CORRELATION_REQUEST_OPENMP --------- Co-authored-by: Jonathan R. Madsen <jrmadsen@users.noreply.github.com> Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
12 linhas
268 B
CMake
12 linhas
268 B
CMake
#
|
|
#
|
|
# Installation of public OpenMP headers
|
|
#
|
|
#
|
|
set(ROCPROFILER_OPENMP_HEADER_FILES api_args.h api_id.h omp-tools.h)
|
|
|
|
install(
|
|
FILES ${ROCPROFILER_OPENMP_HEADER_FILES}
|
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/rocprofiler-sdk/openmp
|
|
COMPONENT development)
|