From 9d0dd89f1278706e3eaddb9ecc3aed736d5ef7c3 Mon Sep 17 00:00:00 2001 From: yoann-heitz Date: Thu, 23 Sep 2021 10:12:02 -0400 Subject: [PATCH] Update CMakeLists to take into account the new header This modification allows to copy the new header to /opt/rocm/roctracer/include and /opt/rocm/include/roctracer when installing ROCTracer --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8bff20c..5335c226 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,6 +101,7 @@ set ( PUBLIC_HEADERS roctracer_kfd.h roctracer_roctx.h roctracer_cb_table.h + roctracer_trace_entries.h ext/prof_protocol.h ext/hsa_rt_utils.hpp )