Jinja2CppMedium/cmake
Kroket Ltd 45e112f7ee Improvements:
- A single and much simpler `CMakeLists.txt` (100 lines)
- Removed all git submodules - link against (system) libs instead:
  - RapidJSON
  - Boost (`system`, `filesystem`)
  - fmt
- Some small header-only libraries are included in the repo as-is:
  - `string-view-lite`, `optional-lite`, `variant-lite`, `expected-lite`
- Removed support for the `nlohmann/json` library (only support RapidJSON)
- Removed support for the Conan build system (only support CMake)
- Removed test suite and CI/CD definition(s)
- Added support for `ccache` (compilation cache)
- Removed documentation
2022-10-01 00:49:22 +03:00
..
public Improvements: 2022-10-01 00:49:22 +03:00
FindCcache.cmake Improvements: 2022-10-01 00:49:22 +03:00
Findrapidjson.cmake Improvements: 2022-10-01 00:49:22 +03:00