Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| start [2022/11/15 10:53] – [About Ctor] deva | start [2026/03/23 16:29] (current) – deva | ||
|---|---|---|---|
| Line 44: | Line 44: | ||
| In the root of your project you can create your first '' | In the root of your project you can create your first '' | ||
| <code c++> | <code c++> | ||
| - | #include <libctor.h> | + | #include <ctor.h> |
| namespace | namespace | ||
| { | { | ||
| - | BuildConfigurations | + | ctor:: |
| { | { | ||
| - | return | + | return |
| - | { | + | |
| - | | + | |
| - | .target | + | ctor::sources{ " |
| - | | + | |
| - | // See libctor.h for more options | + | |
| - | } | + | }}; |
| - | | + | |
| } | } | ||
| } | } | ||