summaryrefslogtreecommitdiffstats
path: root/libtdegames/libtdegames.pc.cmake
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-08-14 10:43:39 +0200
committergregory guy <[email protected]>2020-08-14 11:15:28 +0200
commit83cbbc2593a54a846f4366c90a87216ecb8fbe12 (patch)
tree12e51d01e18e04e0a84e0a6baf3c761ac0af2b8e /libtdegames/libtdegames.pc.cmake
parent5364a90fea6a26b3637b4b1f44380870652a7012 (diff)
downloadtdegames-83cbbc2593a54a846f4366c90a87216ecb8fbe12.tar.gz
tdegames-83cbbc2593a54a846f4366c90a87216ecb8fbe12.zip
Add a pkgconfig file for libtdegames.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'libtdegames/libtdegames.pc.cmake')
-rw-r--r--libtdegames/libtdegames.pc.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/libtdegames/libtdegames.pc.cmake b/libtdegames/libtdegames.pc.cmake
new file mode 100644
index 00000000..ad731b1d
--- /dev/null
+++ b/libtdegames/libtdegames.pc.cmake
@@ -0,0 +1,12 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@PC_EXEC_PREFIX@
+libdir=@PC_LIB_DIR@
+includedir=@PC_INCLUDE_DIR@
+
+Name: @PROJECT_NAME@
+Description: @PROJECT_NAME@ is a collection of functions used by some games for the Trinity Desktop Environment.
+URL: https://mirror.git.trinitydesktop.org/gitea/TDE/tdegames
+Requires: tdelibs
+Version: 1.2.0
+Libs: -L${libdir} -ltdegames
+Cflags: -I${includedir}