Commit 9d68671 1 parent 3c48e26 commit 9d68671 Copy full SHA for 9d68671
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
file (GLOB SURFELWARP_APP_SRC *.h *.hpp *.cpp *.cu)
2
2
cuda_add_executable(surfelwarp_app ${SURFELWARP_APP_SRC} )
3
- if (MSVC )
4
- set (CUDA_LIBRARY_DIR "${CUDA_TOOLKIT_ROOT_DIR} /lib/x64" )
5
- target_link_directories (surfelwarp_app PUBLIC ${CUDA_LIBRARY_DIR} ) #${Boost_LIBRARY_DIRS})
6
- endif ()
3
+ # if(MSVC)
4
+ # set(CUDA_LIBRARY_DIR "${CUDA_TOOLKIT_ROOT_DIR}/lib/x64")
5
+ # target_link_libraries (surfelwarp_app PUBLIC ${CUDA_LIBRARY_DIR}) #${Boost_LIBRARY_DIRS})
6
+ # endif()
7
7
target_link_libraries (surfelwarp_app common_lib)
8
8
target_link_libraries (surfelwarp_app math_lib)
9
9
target_link_libraries (surfelwarp_app imgproc_lib)
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ namespace surfelwarp
54
54
const DeviceArray<DepthSurfel>& surfel_array,
55
55
PointCloud3f_Pointer& point_cloud,
56
56
#ifdef WITH_PCL
57
- PointCloudNormal & normal_cloud,
57
+ PointCloudNormal_Pointer & normal_cloud,
58
58
#endif
59
59
const float point_scale = 1000 .0f
60
60
);
You can’t perform that action at this time.
0 commit comments