From 0f337aed030204748454edc57b6ea08634a6b0e0 Mon Sep 17 00:00:00 2001 From: Gopesh Bhardwaj Date: Mon, 9 Sep 2024 21:51:30 +0530 Subject: [PATCH] SWDEV-478714 package requirements.txt (#1046) --- cmake/rocprofiler_config_install.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmake/rocprofiler_config_install.cmake b/cmake/rocprofiler_config_install.cmake index 53b2b431cc..2b21113c12 100644 --- a/cmake/rocprofiler_config_install.cmake +++ b/cmake/rocprofiler_config_install.cmake @@ -20,6 +20,11 @@ install( DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PACKAGE_NAME} COMPONENT tests) +install( + FILES ${PROJECT_SOURCE_DIR}/requirements.txt + DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PACKAGE_NAME}/tests + COMPONENT tests) + install( EXPORT ${PACKAGE_NAME}-targets FILE ${PACKAGE_NAME}-targets.cmake