docopt.cpp: add support for native and nativesdk

There are use cases for build time cli tools, so include support for
native as well.

Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Eero Aaltonen 2024-04-15 14:30:30 +03:00 committed by Khem Raj
parent 92e149ec07
commit fd208c8714
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -26,3 +26,5 @@ inherit cmake
PACKAGECONFIG ??= ""
PACKAGECONFIG[boost] = "-DUSE_BOOST_REGEX=ON,-DUSE_BOOST_REGEX=OFF,boost"
BBCLASSEXTEND = "native nativesdk"