https://github.com/clausklein/cxx-modules
https://github.com/clausklein/cxx-modules
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/clausklein/cxx-modules
- Owner: ClausKlein
- Created: 2023-05-16T12:43:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T19:44:56.000Z (over 1 year ago)
- Last Synced: 2025-08-24T13:53:46.795Z (about 1 month ago)
- Language: CMake
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Fun with C++ Modules
## Contents
```
./compiler-only
```
contains a small toy example to compile a small C++ program from cmd-line using only the compiler```
./cmake
```
contains a Hello-World CMake project using C++ modules.Use the readme files in each subdir.