[~] Updated GPU module install target to copy NCV.hpp and NPP_staging.hpp to the...
authorAnton Obukhov <no@email>
Mon, 25 Apr 2011 16:07:48 +0000 (16:07 +0000)
committerAnton Obukhov <no@email>
Mon, 25 Apr 2011 16:07:48 +0000 (16:07 +0000)
modules/gpu/CMakeLists.txt
modules/gpu/CMakeLists.txt_cuda4.0

index 7edacb1..8efa4f5 100644 (file)
@@ -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)
index 56f2246..7d35635 100644 (file)
@@ -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)