summaryrefslogtreecommitdiff
path: root/cmake/autotools/expat-noconfig.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/autotools/expat-noconfig.cmake.in')
-rw-r--r--cmake/autotools/expat-noconfig.cmake.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/cmake/autotools/expat-noconfig.cmake.in b/cmake/autotools/expat-noconfig.cmake.in
new file mode 100644
index 00000000..39595048
--- /dev/null
+++ b/cmake/autotools/expat-noconfig.cmake.in
@@ -0,0 +1,19 @@
+#----------------------------------------------------------------
+# Generated CMake target import file.
+#----------------------------------------------------------------
+
+# Commands may need to know the format version.
+set(CMAKE_IMPORT_FILE_VERSION 1)
+
+# Import target "expat::expat" for configuration ""
+set_property(TARGET expat::expat APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
+set_target_properties(expat::expat PROPERTIES
+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@LIBDIR_BASENAME@/libexpat.so.@SO_MAJOR@.@SO_MINOR@.@SO_PATCH@"
+ IMPORTED_SONAME_NOCONFIG "libexpat.so.@SO_MAJOR@"
+ )
+
+list(APPEND _IMPORT_CHECK_TARGETS expat::expat )
+list(APPEND _IMPORT_CHECK_FILES_FOR_expat::expat "${_IMPORT_PREFIX}/@LIBDIR_BASENAME@/libexpat.so.@SO_MAJOR@.@SO_MINOR@.@SO_PATCH@" )
+
+# Commands beyond this point should not need to know the version.
+set(CMAKE_IMPORT_FILE_VERSION)