summaryrefslogtreecommitdiffstats
path: root/src/tqca.pc.cmake
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-01-02 11:47:18 +0100
committerSlávek Banko <[email protected]>2020-01-09 16:49:48 +0100
commitb8760d26ff07cb80584d677ba0d4aa4940728888 (patch)
tree18a1209bbc517f3698e3bc72c9c98d38fab9d361 /src/tqca.pc.cmake
parent339b431a6e47beec5a35b728415af4f269f407f1 (diff)
downloadtqca-b8760d26ff07cb80584d677ba0d4aa4940728888.tar.gz
tqca-b8760d26ff07cb80584d677ba0d4aa4940728888.zip
Conversion to the cmake building system.
Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 671faf252fe4100120aa86f1e144ae5c93b26900)
Diffstat (limited to 'src/tqca.pc.cmake')
-rw-r--r--src/tqca.pc.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/tqca.pc.cmake b/src/tqca.pc.cmake
new file mode 100644
index 0000000..1ba2793
--- /dev/null
+++ b/src/tqca.pc.cmake
@@ -0,0 +1,12 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@PC_EXEC_PREFIX@
+libdir=@PC_LIB_DIR@
+includedir=@TQT_HEADERS_DIRS@
+
+Name: @PROJECT_NAME@
+Description: TQt Cryptographic Architecture.
+URL: https://mirror.git.trinitydesktop.org/gitea/TDE/tqca.git
+Requires:
+Version: 1.0.0
+Libs: -L${libdir} -l@PROJECT_NAME@
+Cflags: -I${includedir}