aboutsummaryrefslogtreecommitdiff
path: root/cmocka.pc.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-02-11 16:25:59 +0100
committerAndreas Schneider <asn@cryptomilk.org>2013-02-11 16:25:59 +0100
commit0318566ef68991c4a4a436b8e45b6b15e59cc7a5 (patch)
tree75876de033a3aaf2505e028919dab2d42c56aa97 /cmocka.pc.cmake
parentd3976815ea931037f92bd361e4a9f7764aac89c5 (diff)
downloadcmocka-0318566ef68991c4a4a436b8e45b6b15e59cc7a5.tar.gz
cmocka-0318566ef68991c4a4a436b8e45b6b15e59cc7a5.tar.xz
cmocka-0318566ef68991c4a4a436b8e45b6b15e59cc7a5.zip
cmake: Add pkgconfig file.
Diffstat (limited to 'cmocka.pc.cmake')
-rw-r--r--cmocka.pc.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmocka.pc.cmake b/cmocka.pc.cmake
new file mode 100644
index 0000000..c6f7433
--- /dev/null
+++ b/cmocka.pc.cmake
@@ -0,0 +1,6 @@
+Name: ${APPLICATION_NAME}
+Description: The cmocka unit testing library
+Version: ${APPLICATION_VERSION}
+Libs: -L${LIB_INSTALL_DIR} -lcmocka
+Cflags: -I${INCLUDE_INSTALL_DIR}
+