Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. win32:CONFIG(release, debug|release): LIBS += -LD:/Libraries/PCL_1.6.0/lib
  2. win32:CONFIG(release, debug|release): LIBS += -LD:/Libraries/PCL_1.6.0/3rdParty/Eigen/bin
  3. win32:CONFIG(release, debug|release): LIBS += -LD:/Libraries/PCL_1.6.0/3rdParty/Boost/lib
  4.  
  5. INCLUDEPATH += D:/Libraries/PCL_1.6.0/include/pcl-1.6
  6. DEPENDPATH += D:/Libraries/PCL_1.6.0/include/pcl-1.6
  7.  
  8. INCLUDEPATH += D:/Libraries/PCL_1.6.0/3rdParty/Eigen/include
  9. DEPENDPATH += D:/Libraries/PCL_1.6.0/3rdParty/Eigen/include
  10.  
  11. INCLUDEPATH += D:/Libraries/PCL_1.6.0/3rdParty/Boost/include
  12. DEPENDPATH += D:/Libraries/PCL_1.6.0/3rdParty/Boost/include
  13.  
  14. include pcl/io/pcd_io.h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement