Skip to content

Commit

Permalink
trompeloeil: new recipe
Browse files Browse the repository at this point in the history
A thread-safe header-only mocking framework for C++11/14
  • Loading branch information
svenihoney committed Jun 14, 2024
1 parent 10fc3fa commit b7fa60a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb
Original file line number Diff line number Diff line change
@@ -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})"

0 comments on commit b7fa60a

Please sign in to comment.