Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leethomason/tinyxml2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/tinyxml2.pc.in')
-rw-r--r--cmake/tinyxml2.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmake/tinyxml2.pc.in b/cmake/tinyxml2.pc.in
new file mode 100644
index 0000000..a4fe22f
--- /dev/null
+++ b/cmake/tinyxml2.pc.in
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+
+Name: TinyXML2
+Description: simple, small, C++ XML parser
+Version: @tinyxml2_VERSION@
+Libs: -L${libdir} -l$<TARGET_FILE_BASE_NAME:tinyxml2::tinyxml2>
+Cflags: -I${includedir}