Hi, I want to add LibLAS to an existing project. I have downloaded libLAS-1.6.0b4-src.zip <http://download.osgeo.org/liblas/libLAS-1.6.0b4.zip> . I also followed the instruction of how to compile it using cmake and Boost. I did all of that.
My problem is I don't know how to add these files to my project when using Visual studio 2008, so that when I add #include <liblas/laspoint.hpp> in my code it can locate laspoint.hpp. How should I address libLAS code folder in my project to use it for compilation and how to include all headers and source files to my project? Thank you. afn
_______________________________________________ Liblas-devel mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/liblas-devel
