Skip to content

Commit f58552c

Browse files
svenihoneykraj
authored andcommitted
trompeloeil: new recipe
A thread-safe header-only mocking framework for C++11/14 Signed-off-by: Khem Raj <[email protected]>
1 parent 9c7a48a commit f58552c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
DESCRIPTION = "A popular statically typed mocking framework for C++14 and later"
2+
HOMEPAGE = "https://trompeloeil.github.io"
3+
LICENSE = "BSL-1.0"
4+
LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
5+
6+
SRC_URI = "git://github.com/rollbear/trompeloeil.git;branch=main;protocol=https"
7+
SRCREV = "ad9bc41b1e01ae92802de59a12d19cf7c8683d6d"
8+
9+
S = "${WORKDIR}/git"
10+
11+
inherit cmake
12+
13+
# Header-only library
14+
RDEPENDS:${PN}-dev = ""
15+
RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"

0 commit comments

Comments
 (0)