1diff --git a/library/src/device/CMakeLists.txt b/library/src/device/CMakeLists.txt
2index 73a8ec9..9bfd4b8 100644
3--- a/library/src/device/CMakeLists.txt
4+++ b/library/src/device/CMakeLists.txt
5@@ -255,4 +255,10 @@ foreach( sub ${AMDGPU_TARGETS} )
6 if( NOT BUILD_SHARED_LIBS )
7 set_target_properties( rocfft-device-${sub} PROPERTIES PREFIX "lib" )
8 endif( )
9+
10+ rocm_install_targets(
11+ TARGETS
12+ rocfft-device-${sub}
13+ COMPONENT device
14+ )
15 endforeach()