--- /dev/null
+# Generated by CMake\r
+\r
+if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)\r
+ message(FATAL_ERROR "CMake >= 2.6.0 required")\r
+endif()\r
+cmake_policy(PUSH)\r
+cmake_policy(VERSION 2.6)\r
+#----------------------------------------------------------------\r
+# Generated CMake target import file.\r
+#----------------------------------------------------------------\r
+\r
+# Commands may need to know the format version.\r
+set(CMAKE_IMPORT_FILE_VERSION 1)\r
+\r
+# Protect against multiple inclusion, which would fail when already imported targets are added once more.\r
+set(_targetsDefined)\r
+set(_targetsNotDefined)\r
+set(_expectedTargets)\r
+foreach(_expectedTarget utf8cpp)\r
+ list(APPEND _expectedTargets ${_expectedTarget})\r
+ if(NOT TARGET ${_expectedTarget})\r
+ list(APPEND _targetsNotDefined ${_expectedTarget})\r
+ endif()\r
+ if(TARGET ${_expectedTarget})\r
+ list(APPEND _targetsDefined ${_expectedTarget})\r
+ endif()\r
+endforeach()\r
+if("${_targetsDefined}" STREQUAL "${_expectedTargets}")\r
+ unset(_targetsDefined)\r
+ unset(_targetsNotDefined)\r
+ unset(_expectedTargets)\r
+ set(CMAKE_IMPORT_FILE_VERSION)\r
+ cmake_policy(POP)\r
+ return()\r
+endif()\r
+if(NOT "${_targetsDefined}" STREQUAL "")\r
+ message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")\r
+endif()\r
+unset(_targetsDefined)\r
+unset(_targetsNotDefined)\r
+unset(_expectedTargets)\r
+\r
+\r
+# Compute the installation prefix relative to this file.\r
+get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)\r
+get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)\r
+if(_IMPORT_PREFIX STREQUAL "/")\r
+ set(_IMPORT_PREFIX "")\r
+endif()\r
+\r
+# Create imported target utf8cpp\r
+add_library(utf8cpp INTERFACE IMPORTED)\r
+\r
+set_target_properties(utf8cpp PROPERTIES\r
+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/utf8cpp"\r
+)\r
+\r
+if(CMAKE_VERSION VERSION_LESS 3.0.0)\r
+ message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.")\r
+endif()\r
+\r
+# Load information for each installed configuration.\r
+get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)\r
+file(GLOB CONFIG_FILES "${_DIR}/utf8cppConfig-*.cmake")\r
+foreach(f ${CONFIG_FILES})\r
+ include(${f})\r
+endforeach()\r
+\r
+# Cleanup temporary variables.\r
+set(_IMPORT_PREFIX)\r
+\r
+# Loop over all imported files and verify that they actually exist\r
+foreach(target ${_IMPORT_CHECK_TARGETS} )\r
+ foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )\r
+ if(NOT EXISTS "${file}" )\r
+ message(FATAL_ERROR "The imported target \"${target}\" references the file\r
+ \"${file}\"\r
+but this file does not exist. Possible reasons include:\r
+* The file was deleted, renamed, or moved to another location.\r
+* An install or uninstall procedure did not complete successfully.\r
+* The installation package was faulty and contained\r
+ \"${CMAKE_CURRENT_LIST_FILE}\"\r
+but not all the files it references.\r
+")\r
+ endif()\r
+ endforeach()\r
+ unset(_IMPORT_CHECK_FILES_FOR_${target})\r
+endforeach()\r
+unset(_IMPORT_CHECK_TARGETS)\r
+\r
+# This file does not depend on other imported targets which have\r
+# been exported from the same project but in a separate export set.\r
+\r
+# Commands beyond this point should not need to know the version.\r
+set(CMAKE_IMPORT_FILE_VERSION)\r
+cmake_policy(POP)\r