summaryrefslogtreecommitdiffstats
path: root/arts.pc.cmake
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-05 19:35:48 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-05 19:35:48 +0000
commit36bb41f5bea5485f7c47dd18f47fc6177a370270 (patch)
treeb68d307bf656672eb444be1393342607875621ed /arts.pc.cmake
parent3a7fbece07c6265d8ca9537efa1d269957bc862a (diff)
downloadarts-36bb41f5bea5485f7c47dd18f47fc6177a370270.tar.gz
arts-36bb41f5bea5485f7c47dd18f47fc6177a370270.zip
[dependencies/arts] added initial cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1182851 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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}