From e3206c8a29d286c448b533d51b318c3f80b7158c Mon Sep 17 00:00:00 2001 From: "Radosavljevic, Milan" Date: Tue, 5 Aug 2025 18:04:09 +0200 Subject: [PATCH] Include installation sql header in rocpd library (#576) Include installation of rocpd sql header --- source/include/rocprofiler-sdk-rocpd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/include/rocprofiler-sdk-rocpd/CMakeLists.txt b/source/include/rocprofiler-sdk-rocpd/CMakeLists.txt index 03a2c9722b..6ea4218a88 100644 --- a/source/include/rocprofiler-sdk-rocpd/CMakeLists.txt +++ b/source/include/rocprofiler-sdk-rocpd/CMakeLists.txt @@ -10,7 +10,7 @@ set(ROCPD_HEADER_FILES # core headers rocpd.h # secondary headers - defines.h types.h ${CMAKE_CURRENT_BINARY_DIR}/version.h) + defines.h sql.h types.h ${CMAKE_CURRENT_BINARY_DIR}/version.h) install( FILES ${ROCPD_HEADER_FILES}