martinmoene / optional-lite

optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake build with OPTIONAL_LITE_OPT_BUILD_EXAMPLES option doesn't work.

viettrungluu opened this issue · comments

Building with the CMake option OPTIONAL_LITE_OPT_BUILD_EXAMPLES option doesn't work: the example subdirectory doesn't have a CMakeLists.txt file.

I'd be happy to add one and send a PR.

ah, yes please do, much appreciated.