summaryrefslogtreecommitdiffstats
path: root/libraries/hinnant-date/libdate.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/hinnant-date/libdate.pc.in')
-rw-r--r--libraries/hinnant-date/libdate.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/hinnant-date/libdate.pc.in b/libraries/hinnant-date/libdate.pc.in
new file mode 100644
index 0000000000..fbf26d8efb
--- /dev/null
+++ b/libraries/hinnant-date/libdate.pc.in
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib@LIB_SUFFIX@
+includedir=${prefix}/include
+
+Name: @CMAKE_PROJECT_NAME@
+Description: A date and time library based on the C++11
+Version: @VERSION@
+Libs: -L${libdir} -ldate
+Cflags: -I${includedir}