Merge pull request #206 from LaurensVoerman/submitLAScmake

allow library names liblas.lib and liblas_c.lib;fix include dirs typo…
This commit is contained in:
OpenSceneGraph git repository
2017-03-11 11:36:31 +00:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
INCLUDE_DIRECTORIES(${LIBLAS_INCLUDE_DIRS})
INCLUDE_DIRECTORIES(${LIBLAS_INCLUDE_DIR})
INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIR})
SET(TARGET_SRC ReaderWriterLAS.cpp )
SET(TARGET_LIBRARIES_VARS LIBLAS_LIBRARIES)
SET(TARGET_LIBRARIES_VARS LIBLAS_LIBRARY LIBLASC_LIBRARY)
#### end var setup ###
SETUP_PLUGIN(las)