|
Some checks failed
CI / build-test-release (push) Failing after 5m36s
Canonical LGPL-3.0-only text, GPL-3.0 companion, SPDX headers on all first-party sources, MIT for examples/. Vendored lib/ untouched. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| main.cpp | ||
| project.cpp | ||
| README.md | ||
hello-world
The smallest possible Crafter project: one main.cpp, one project.cpp.
cd examples/hello-world
crafter-build
./bin/hello-x86_64-pc-linux-gnu-native/hello
project.cpp returns a Configuration describing the build. GetInterfacesAndImplementations takes lists of source-file stems (no extension) — the build system appends .cpp to implementations and .cppm to interfaces.