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
- Host: GitHub
- URL: https://github.com/clausklein/fmt-module
- Owner: ClausKlein
- Created: 2024-12-03T21:25:59.000Z (10 months ago)
- Default Branch: develop
- Last Pushed: 2025-03-01T12:56:03.000Z (7 months ago)
- Last Synced: 2025-03-01T13:23:22.796Z (7 months ago)
- Topics: cmake, cmake-init, cpp20-modules, education
- Language: CMake
- Homepage: https://anarthal.github.io/cppblog/modules2
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
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