summaryrefslogtreecommitdiffstats
path: root/arts.pc.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'arts.pc.cmake')
-rw-r--r--arts.pc.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/arts.pc.cmake b/arts.pc.cmake
new file mode 100644
index 0000000..74f16d1
--- /dev/null
+++ b/arts.pc.cmake
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${prefix}/@LIB_INSTALL_DIR@
+includedir=${prefix}/@INCLUDE_INSTALL_DIR@
+
+Name: arts
+Description: Soundserver for the K Desktop Environment (KDE)
+Version: @ARTS_VERSION@
+Libs: -L${libdir}
+Cflags: -I${includedir}