An open API service indexing awesome lists of open source software.

https://github.com/clausklein/fmt-module

Modern cmake project to show CXX_MODULES builds
https://github.com/clausklein/fmt-module

cmake cmake-init cpp20-modules education

Last synced: about 2 months ago
JSON representation

Modern cmake project to show CXX_MODULES builds

Awesome Lists containing this project

README

          

# fmt-module

## based on / use https://github.com/fmtlib/fmt

### This is a cmake fmt adapter project to test the fmt c++22 module

- https://www.kitware.com/import-std-in-cmake-3-30/
- https://crascit.com/2024/04/04/cxx-modules-cmake-shared-libraries
- https://anarthal.github.io/cppblog/modules2
- [ C++ Modules and cross platform - Daniela Engert - Meeting C++ 2023](https://www.youtube.com/watch?v=iMNML689qlU)

# Building and installing

See the [BUILDING](BUILDING.md) document.

# Contributing

See the [CONTRIBUTING](CONTRIBUTING.md) document.

# Licensing