summaryrefslogtreecommitdiff
path: root/DevIL/src-ILU/pkgconfig/ILU.pc.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'DevIL/src-ILU/pkgconfig/ILU.pc.cmake.in')
-rw-r--r--DevIL/src-ILU/pkgconfig/ILU.pc.cmake.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/DevIL/src-ILU/pkgconfig/ILU.pc.cmake.in b/DevIL/src-ILU/pkgconfig/ILU.pc.cmake.in
new file mode 100644
index 00000000..e1204e78
--- /dev/null
+++ b/DevIL/src-ILU/pkgconfig/ILU.pc.cmake.in
@@ -0,0 +1,13 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib
+
+Name: ILU
+Description: Developer's Image Library - ILU part (image library utilities)
+Version: @VERSION@
+URL: http://openil.sourceforge.net
+Requires: IL
+Cflags: -I${includedir}
+Libs: -L${libdir} -lILU
+Libs.private: -lIL