Skip to content

Commit

Permalink
Fix "PCL plotter" and "PCL painter 2D" tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
taketwo committed Dec 11, 2018
1 parent 3584d95 commit 5800d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/tutorials/content/sources/pcl_painter2D/CMakeLists.txt
Expand Up @@ -5,4 +5,4 @@ include_directories(${PCL_INCLUDE_DIRS})
link_directories(${PCL_LIBRARY_DIRS})
add_definitions(${PCL_DEFINITIONS})
add_executable(pcl_painter2D_demo pcl_painter2D_demo.cpp)
target_link_libraries(pcl_painter2D_demo ${PCL_COMMON_LIBRARIES} ${PCL_VISUALIZATION_LIBRARIES})
target_link_libraries(pcl_painter2D_demo ${PCL_LIBRARIES})
2 changes: 1 addition & 1 deletion doc/tutorials/content/sources/pcl_plotter/CMakeLists.txt
Expand Up @@ -5,4 +5,4 @@ include_directories(${PCL_INCLUDE_DIRS})
link_directories(${PCL_LIBRARY_DIRS})
add_definitions(${PCL_DEFINITIONS})
add_executable(pcl_plotter pcl_plotter_demo.cpp)
target_link_libraries(pcl_plotter ${PCL_COMMONLIBRARIES} ${PCL_VISUALIZATION_LIBRARIES})
target_link_libraries(pcl_plotter ${PCL_LIBRARIES})

0 comments on commit 5800d5f

Please sign in to comment.