diff --git a/modules/gpu/CMakeLists.txt b/modules/gpu/CMakeLists.txt index 7edacb17b..8efa4f578 100644 --- a/modules/gpu/CMakeLists.txt +++ b/modules/gpu/CMakeLists.txt @@ -142,6 +142,10 @@ install(FILES ${lib_hdrs} DESTINATION include/opencv2/${name} COMPONENT main) +install(FILES src/nvidia/NPP_staging/NPP_staging.hpp src/nvidia/core/NCV.hpp + DESTINATION include/opencv2/${name} + COMPONENT main) + #install(FILES ${lib_device_hdrs} # DESTINATION include/opencv2/${name}/device # COMPONENT main) diff --git a/modules/gpu/CMakeLists.txt_cuda4.0 b/modules/gpu/CMakeLists.txt_cuda4.0 index 56f2246b4..7d35635a2 100644 --- a/modules/gpu/CMakeLists.txt_cuda4.0 +++ b/modules/gpu/CMakeLists.txt_cuda4.0 @@ -143,6 +143,10 @@ install(FILES ${lib_hdrs} DESTINATION include/opencv2/${name} COMPONENT main) +install(FILES src/nvidia/NPP_staging/NPP_staging.hpp src/nvidia/core/NCV.hpp + DESTINATION include/opencv2/${name} + COMPONENT main) + #install(FILES ${lib_device_hdrs} # DESTINATION include/opencv2/${name}/device # COMPONENT main)