Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cmake): pass-through the custom C++ namespace from CMake (#15)
Via defining the LB_STD_VERSION_NS macro using the target_compile_definitions(). Its name a bit inconsistent though, but looks better (in my opinion) in C++, but doesn't look OK in a bunch of CMake configure parameters as it conflicts with another flags (`LBSTD_VERSION_xxx` vs `LB_STD_VERSION_xxx`).
- Loading branch information