Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| start [2023/07/24 15:25] – deva | start [2026/03/23 16:29] (current) – deva | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| "' | "' | ||
| - | Ctor.cc is a C++ based build system, making it possible to configure and build complex projects without writing a single line of non-C++. | + | Ctor is a C++ based build system, making it possible to configure and build complex projects without writing a single line of non-C++. |
| It aims towards the feature-richness found in auto-tools and beyond, but with a compilation speed rivalling that of raw makefiles. | It aims towards the feature-richness found in auto-tools and beyond, but with a compilation speed rivalling that of raw makefiles. | ||
| Line 49: | Line 49: | ||
| ctor:: | ctor:: | ||
| { | { | ||
| - | return | + | return |
| - | { | + | |
| - | | + | |
| - | .target | + | ctor::sources{ " |
| - | | + | |
| - | // See ctor.h for more options | + | |
| - | } | + | }}; |
| - | | + | |
| } | } | ||
| } | } | ||