Codebase list pdal / debian/1.6.0-1 PDALTargets.cmake
debian/1.6.0-1

Tree @debian/1.6.0-1 (Download .tar.gz)

PDALTargets.cmake @debian/1.6.0-1raw · history · blame

# Generated by CMake 3.5.1

if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
   message(FATAL_ERROR "CMake >= 2.6.0 required")
endif()
cmake_policy(PUSH)
cmake_policy(VERSION 2.6)
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------

# Commands may need to know the format version.
set(CMAKE_IMPORT_FILE_VERSION 1)

# Protect against multiple inclusion, which would fail when already imported targets are added once more.
set(_targetsDefined)
set(_targetsNotDefined)
set(_expectedTargets)
foreach(_expectedTarget pdal_base pdal_util)
  list(APPEND _expectedTargets ${_expectedTarget})
  if(NOT TARGET ${_expectedTarget})
    list(APPEND _targetsNotDefined ${_expectedTarget})
  endif()
  if(TARGET ${_expectedTarget})
    list(APPEND _targetsDefined ${_expectedTarget})
  endif()
endforeach()
if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
  set(CMAKE_IMPORT_FILE_VERSION)
  cmake_policy(POP)
  return()
endif()
if(NOT "${_targetsDefined}" STREQUAL "")
  message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
endif()
unset(_targetsDefined)
unset(_targetsNotDefined)
unset(_expectedTargets)


# Create imported target pdal_base
add_library(pdal_base SHARED IMPORTED)

set_target_properties(pdal_base PROPERTIES
  INTERFACE_COMPILE_OPTIONS "-std=c++11;-Wextra;-Wall;-Wno-unused-parameter;-Wno-unused-variable;-Wpointer-arith;-Wcast-align;-Wcast-qual;-Wredundant-decls;-Wno-long-long;-Wno-unknown-pragmas;-Wno-deprecated-declarations"
  INTERFACE_INCLUDE_DIRECTORIES "/usr/local/include;/usr/include/gdal;/usr/include"
)

# Create imported target pdal_util
add_library(pdal_util SHARED IMPORTED)

set_target_properties(pdal_util PROPERTIES
  INTERFACE_COMPILE_OPTIONS "-std=c++11;-Wextra;-Wall;-Wno-unused-parameter;-Wno-unused-variable;-Wpointer-arith;-Wcast-align;-Wcast-qual;-Wredundant-decls;-Wno-long-long;-Wno-unknown-pragmas;-Wno-deprecated-declarations"
  INTERFACE_INCLUDE_DIRECTORIES "/usr/local/include"
)

# Import target "pdal_base" for configuration ""
set_property(TARGET pdal_base APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
set_target_properties(pdal_base PROPERTIES
  IMPORTED_LINK_DEPENDENT_LIBRARIES_NOCONFIG "pdal_util"
  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "-lpthread;/usr/lib/libgdal.so;/usr/lib/x86_64-linux-gnu/libgeos_c.so;/usr/lib/libgeotiff.so;/usr/lib/liblaszip.so;/usr/lib/x86_64-linux-gnu/libxml2.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libcurl.so;/usr/lib/x86_64-linux-gnu/libjsoncpp.so"
  IMPORTED_LOCATION_NOCONFIG "/PDAL/lib/libpdal_base.so.6.1.0"
  IMPORTED_SONAME_NOCONFIG "libpdal_base.so.5"
  )

# Import target "pdal_util" for configuration ""
set_property(TARGET pdal_util APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
set_target_properties(pdal_util PROPERTIES
  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG ""
  IMPORTED_LOCATION_NOCONFIG "/PDAL/lib/libpdal_util.so.6.1.0"
  IMPORTED_SONAME_NOCONFIG "libpdal_util.so.5"
  )

# This file does not depend on other imported targets which have
# been exported from the same project but in a separate export set.

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
cmake_policy(POP)