mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
cpputest: add possibility to build extensions
Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -15,9 +15,11 @@ inherit cmake
|
||||
EXTRA_OECMAKE = "-DLONGLONG=ON \
|
||||
-DC++11=ON \
|
||||
-DTESTS=OFF \
|
||||
-DEXTENSIONS=OFF \
|
||||
"
|
||||
|
||||
DEV_PKG_DEPENDENCY = ""
|
||||
|
||||
FILES:${PN}-dev += "${libdir}/CppUTest/cmake/*"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[extensions] = "-DEXTENSIONS=ON,-DEXTENSIONS=OFF"
|
||||
|
||||
Reference in New Issue
Block a user