summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cxxopts/cxxopts_3.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/cxxopts/cxxopts_3.3.1.bb')
-rw-r--r--meta-oe/recipes-support/cxxopts/cxxopts_3.3.1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/cxxopts/cxxopts_3.3.1.bb b/meta-oe/recipes-support/cxxopts/cxxopts_3.3.1.bb
new file mode 100644
index 0000000000..7b0cc05979
--- /dev/null
+++ b/meta-oe/recipes-support/cxxopts/cxxopts_3.3.1.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = "A header-only lightweight C++ command line option parser."
2HOMEPAGE = "https://github.com/jarro2783/cxxopts"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=8de00431559a76a1b43f6fd44f8f6689"
6
7SRC_URI = "git://github.com/jarro2783/cxxopts.git;protocol=https;branch=master"
8SRCREV = "44380e5a44706ab7347f400698c703eb2a196202"
9
10
11inherit cmake
12
13EXTRA_OECMAKE:append = " \
14-DCXXOPTS_BUILD_EXAMPLES=OFF \
15-DCXXOPTS_BUILD_TESTS=OFF \
16-DCXXOPTS_ENABLE_INSTALL=ON \
17-DCXXOPTS_ENABLE_WARNINGS=OFF \
18-DCXXOPTS_USE_UNICODE_HELP=OFF \
19"