mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
trompeloeil: new recipe
A thread-safe header-only mocking framework for C++11/14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
9c7a48afe0
commit
f58552c014
15
meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb
Normal file
15
meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
DESCRIPTION = "A popular statically typed mocking framework for C++14 and later"
|
||||
HOMEPAGE = "https://trompeloeil.github.io"
|
||||
LICENSE = "BSL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
|
||||
|
||||
SRC_URI = "git://github.com/rollbear/trompeloeil.git;branch=main;protocol=https"
|
||||
SRCREV = "ad9bc41b1e01ae92802de59a12d19cf7c8683d6d"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
# Header-only library
|
||||
RDEPENDS:${PN}-dev = ""
|
||||
RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
|
||||
Loading…
Reference in New Issue
Block a user