/usr/share/vxl/cmake/VXLConfig.cmake is in libvxl1-dev 1.14.0-14.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 | # vxl/config/cmake/VXLConfig_export.cmake.in
# also configured by CMake to
# /build/buildd/vxl-1.14.0/obj-x86_64-linux-gnu/config/cmake/export/VXLConfig.cmake
#
# This CMake module is configured by VXL's build process to export the
# project settings for use by client projects. A client project may
# find VXL and include this module using the FIND_PACKAGE command:
#
# FIND_PACKAGE(VXL)
#
# After this command executes, projects may test VXL_FOUND for whether
# VXL has been found. If so, the settings listed below in this file
# have been loaded and are available for use.
#
# Typically, a client project will include UseVXL.cmake from the
# directory specified by the VXL_CMAKE_DIR setting:
#
# FIND_PACKAGE(VXL)
# IF(VXL_FOUND)
# INCLUDE(${VXL_CMAKE_DIR}/UseVXL.cmake)
# ELSE(VXL_FOUND)
# MESSAGE("VXL_DIR should be set to the VXL build directory.")
# ENDIF(VXL_FOUND)
#
# See vxl/config/cmake/UseVXL.cmake for details.
#
# The build settings file.
SET(VXL_BUILD_SETTINGS_FILE "/usr/share/vxl/cmake/VXLBuildSettings.cmake")
# The VXL library dependencies.
IF(NOT VXL_NO_LIBRARY_DEPENDS)
INCLUDE("/usr/share/vxl/cmake/VXLLibraryDepends.cmake")
ENDIF(NOT VXL_NO_LIBRARY_DEPENDS)
# The VXL library directory.
SET(VXL_LIBRARY_DIR "/usr/lib")
# The VXL CMake support directory.
# Clients projects should not use the Find*.cmake files in this directory.
SET(VXL_CMAKE_DIR "/usr/share/vxl/cmake")
# Doxygen Support
SET(VXL_CMAKE_DOXYGEN_DIR "/usr/share/vxl/cmake")
# VXL Configuration options. You don't have to build with the same options as VXL, but it often helps.
SET(VXL_BUILD_SHARED_LIBS "ON")
SET(VXL_BUILD_TESTS "")
SET(VXL_BUILD_EXAMPLES "OFF")
SET(VXL_EXTRA_CMAKE_CXX_FLAGS "")
SET(VXL_EXTRA_CMAKE_C_FLAGS "")
SET(VXL_EXTRA_CMAKE_EXE_LINKER_FLAGS "")
SET(VXL_EXTRA_CMAKE_MODULE_LINKER_FLAGS "")
SET(VXL_EXTRA_CMAKE_SHARED_LINKER_FLAGS "")
# VXL has many parts that are optional, depending on selections made
# when building. The stanzas below give a consistent (though
# pedantic) interface to each part. Clients use these settings to
# determine whether a part was built (_FOUND), where its headers are
# located (_INCLUDE_DIR) and in some cases what libraries must be
# linked to use the part (_LIBRARIES). Most client projects will
# likely still refer to individual VXL libraries such as vcl, for
# example, by hard-wired "vcl" instead of using the variable
# VXL_VCL_LIBRARIES, but it is there just in case.
SET(VXL_VCL_FOUND "YES" ) # VXL vcl is always FOUND. It is not optional.
SET(VXL_VCL_INCLUDE_DIR "/usr/include/vxl/vcl")
SET(VXL_VCL_LIBRARIES "vcl")
SET(VXL_CORE_FOUND "YES" ) # VXL core is always FOUND. It is not optional.
SET(VXL_CORE_INCLUDE_DIR "/usr/include/vxl/core")
# VXL core has many libraries
SET(VXL_CORE_VIDEO_FOUND "YES" )
SET(VXL_CORE_VIDEO_INCLUDE_DIR "/usr/include/vxl/core")
SET(VXL_CORE_VIDEO_LIBRARIES "vidl1 vidl_vil1 vidl")
SET(VXL_VGUI_FOUND "YES")
SET(VXL_VGUI_INCLUDE_DIR "/usr/include")
SET(VXL_VGUI_LIBRARIES "vgui")
SET(VXL_VGUI_WX_FOUND "")
SET(VXL_CONTRIB_FOUND "ON")
# VXL contrib has subdirectories handled independently below
# VXL contrib has many libraries
SET(VXL_BRL_FOUND "ON")
SET(VXL_BRL_INCLUDE_DIR "/usr/include/vxl/contrib/brl;/usr/include/vxl/contrib/brl/bbas;/usr/include/vxl/contrib/brl/bseg;/usr/include/vxl/contrib/brl/bvml")
# VXL BRL has many libraries
SET(VXL_BGUI3D_FOUND "YES")
SET(VXL_BGUI3D_INCLUDE_DIR "")
SET(VXL_COIN3D_FOUND "")
SET(VXL_COIN3D_INCLUDE_DIR "/usr/include")
SET(VXL_GEL_FOUND "ON")
SET(VXL_GEL_INCLUDE_DIR "/usr/include/vxl/contrib/gel")
# VXL GEL has many libraries
SET(VXL_MUL_FOUND "ON")
SET(VXL_MUL_INCLUDE_DIR "/usr/include/vxl/contrib/mul")
# VXL MUL has many libraries
SET(VXL_OUL_FOUND "ON")
SET(VXL_OUL_INCLUDE_DIR "/usr/include/vxl/contrib/oul")
# VXL OUL has many libraries
SET(VXL_OXL_FOUND "ON")
SET(VXL_OXL_INCLUDE_DIR "/usr/include/vxl/contrib/oxl")
# VXL OXL has many libraries
SET(VXL_PRIP_FOUND "ON")
SET(VXL_PRIP_INCLUDE_DIR "/usr/include/vxl/contrib/prip")
# VXL PRIP has many libraries
SET(VXL_RPL_FOUND "ON")
SET(VXL_RPL_RGTL_FOUND "OFF")
SET(VXL_RPL_INCLUDE_DIR "/usr/include/vxl/contrib/rpl")
# VXL RPL has many libraries
SET(VXL_TBL_FOUND "ON")
SET(VXL_TBL_INCLUDE_DIR "/usr/include/vxl/contrib/tbl")
# VXL TBL has many libraries
SET(VXL_CONVERSIONS_FOUND "ON")
SET(VXL_CONVERSIONS_INCLUDE_DIR "/usr/include/vxl/contrib/conversions")
# VXL CONVERSIONS has no libraries
SET(VXL_TARGETJR_FOUND "")
# Client projects use these setting to find and use the 3rd party
# libraries that VXL either found on the system or built for itself.
# Sometimes, VXL will point client projects to the library VXL built
# for itself, and sometimes VXL will point client projects to the
# system library it found.
SET(VXL_NETLIB_FOUND "YES")
SET(VXL_NETLIB_INCLUDE_DIR "/usr/include/vxl/v3p/netlib")
SET(VXL_NETLIB_LIBRARIES "netlib;v3p_netlib")
SET(VXL_QV_FOUND "YES")
SET(VXL_QV_INCLUDE_DIR "/usr/include/vxl/v3p")
SET(VXL_QV_LIBRARIES "Qv")
SET(VXL_ZLIB_FOUND "TRUE")
SET(VXL_ZLIB_INCLUDE_DIR "")
SET(VXL_ZLIB_LIBRARIES "/usr/lib/x86_64-linux-gnu/libz.so")
SET(VXL_PNG_FOUND "TRUE")
SET(VXL_PNG_INCLUDE_DIR "")
SET(VXL_PNG_LIBRARIES "/usr/lib/x86_64-linux-gnu/libpng.so;/usr/lib/x86_64-linux-gnu/libz.so")
SET(VXL_JPEG_FOUND "TRUE")
SET(VXL_JPEG_INCLUDE_DIR "")
SET(VXL_JPEG_LIBRARIES "/usr/lib/x86_64-linux-gnu/libjpeg.so")
SET(VXL_TIFF_FOUND "TRUE")
SET(VXL_TIFF_INCLUDE_DIR "/usr/include")
SET(VXL_TIFF_LIBRARIES "/usr/lib/x86_64-linux-gnu/libtiff.so")
SET(VXL_GEOTIFF_FOUND "YES")
SET(VXL_GEOTIFF_INCLUDE_DIR "/build/buildd/vxl-1.14.0/v3p/geotiff")
SET(VXL_GEOTIFF_LIBRARIES "/usr/lib/libgeotiff.so")
SET(VXL_MPEG2_FOUND "TRUE")
SET(VXL_MPEG2_INCLUDE_DIR "")
SET(VXL_MPEG2_LIBRARIES "/usr/lib/libmpeg2.so;MPEG2_vo_LIBRARY-NOTFOUND")
SET(VXL_COIN3D_FOUND "")
SET(VXL_COIN3D_INCLUDE_DIR "")
SET(VXL_COIN3D_LIBRARY "/usr/lib/libCoin.so")
SET(VXL_PYTHON_FOUND "YES")
SET(VXL_PYTHON_INCLUDE_PATH "/usr/include/python2.7")
SET(VXL_PYTHON_PC_INCLUDE_PATH "")
SET(VXL_PYTHON_LIBRARY "/usr/lib/libpython2.7.so")
SET(VXL_PYTHON_DEBUG_LIBRARY "")
SET(VXL_EXPAT_FOUND "TRUE")
SET(VXL_EXPAT_INCLUDE_DIR "")
SET(VXL_EXPAT_LIBRARIES "/usr/lib/x86_64-linux-gnu/libexpat.so")
# Tell UseVXL.cmake that VXLConfig.cmake has been included.
SET(VXL_CONFIG_CMAKE 1)
### deprecated variables set below ###
# These should be removed after some time to upgrade has passed.
# VXL include directories.
# There is no need for clients to use this directly
SET(VXL_V3P_INCLUDE_DIR_deprecated "/usr/include/vxl/v3p")
# Would a client project need to use these variables ever?
# These are needed for backward compatibility mode for now, see UseVXL.cmake
SET(VXL_VGUI_USE_GLUT_deprecated "")
SET(VXL_VGUI_USE_QT_deprecated "ON")
SET(VXL_VGUI_USE_MFC_deprecated "")
SET(VXL_VGUI_USE_GTK_deprecated "")
SET(VXL_VGUI_USE_GTK2_deprecated "")
# There is no need for clients to know this.
# These are needed for backward compatibility mode for now, see UseVXL.cmake
SET(VXL_FORCE_V3P_ZLIB_deprecated "OFF")
SET(VXL_FORCE_V3P_JPEG_deprecated "OFF")
SET(VXL_FORCE_V3P_TIFF_deprecated "OFF")
SET(VXL_FORCE_V3P_GEOTIFF_deprecated "OFF")
SET(VXL_FORCE_V3P_PNG_deprecated "OFF")
SET(VXL_FORCE_V3P_MPEG2_deprecated "OFF")
SET(VXL_FORCE_V3P_RPLY_deprecated "")
|