|
Some checks failed
CI / build-test-release (push) Failing after 7m15s
|
||
|---|---|---|
| .. | ||
| 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.