Skip to content
Snippets Groups Projects
Commit 13550df0 authored by Arnaud Billon's avatar Arnaud Billon :speech_balloon:
Browse files

Merge branch 'liblas-ilibrary' into 'master'

[refactor] liblas Interface Library

See merge request !330
parents e2524b9d f018faaa
No related branches found
No related tags found
1 merge request!330[refactor] liblas Interface Library
Pipeline #275030 failed
Pipeline: LidarView

#275031

    ......@@ -61,8 +61,10 @@ endif()
    find_library(liblas_LIBRARY ${LASNAME} DOC "liblas library")
    find_path(liblas_INCLUDE_DIR liblas/version.hpp DOC "liblas include directory")
    list(APPEND LIDARPLUGIN_DEPS_INCLUDE_DIRS ${liblas_INCLUDE_DIR})
    list(APPEND LIDARPLUGIN_DEPS ${liblas_LIBRARY})
    add_library(liblas INTERFACE)
    target_link_libraries (liblas INTERFACE ${liblas_LIBRARY})
    target_include_directories(liblas INTERFACE ${liblas_INCLUDE_DIR})
    list(APPEND LIDARPLUGIN_DEPS liblas)
    #--------------------------------------
    # Eigen dependency
    #--------------------------------------
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment