allow library names liblas.lib and liblas_c.lib;fix include dirs typo; link only liblas_c in plugin.

This commit is contained in:
Laurens Voerman
2017-02-24 16:21:20 +01:00
parent ad0e6a0f81
commit ef01913b9a
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)