- Fix for conditionally enabling tests and examples via cmake vars.
- Fix for updating cmake cache
- All projects now utilize namespaces by default.
- Fix for windows target properties
- Fix for presets for windows.
- Added support for multi-level include installs for projects.
- Added support for non-listing of header/source files. We will automatically find .h/.hpp headers or .cpp/.cxx source files.
- Moved cpp_standard to project-config.json instead of having it inside of product-config.json
This is the initial release of cmake-build-wrapper
- Added support for building header-only, static, shared libraries as well as binary applications for C++ projects.