diff --git a/projects/rocprofiler-sdk/cmake/rocprofiler_config_install.cmake b/projects/rocprofiler-sdk/cmake/rocprofiler_config_install.cmake index 53b2b431cc..2b21113c12 100644 --- a/projects/rocprofiler-sdk/cmake/rocprofiler_config_install.cmake +++ b/projects/rocprofiler-sdk/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