summaryrefslogtreecommitdiffstats
path: root/ml/dlib/dlib/cmake_utils/dlib.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'ml/dlib/dlib/cmake_utils/dlib.pc.in')
-rw-r--r--ml/dlib/dlib/cmake_utils/dlib.pc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/ml/dlib/dlib/cmake_utils/dlib.pc.in b/ml/dlib/dlib/cmake_utils/dlib.pc.in
new file mode 100644
index 000000000..188a673c3
--- /dev/null
+++ b/ml/dlib/dlib/cmake_utils/dlib.pc.in
@@ -0,0 +1,9 @@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
+
+Name: @PROJECT_NAME@
+Description: Numerical and networking C++ library
+Version: @VERSION@
+Libs: -L${libdir} -ldlib
+Cflags: -I${includedir}
+Requires:@REQUIRES_LIBS@