Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start [2022/12/28 13:58] devastart [2023/07/24 15:25] (current) – [About Ctor] deva
Line 47: Line 47:
 namespace namespace
 { {
-BuildConfigurations myConfigs()+ctor::build_configurations myConfigs(const ctor::settings& settings)
 { {
   return   return
Line 54: Line 54:
         .target = "hello",  // output filename         .target = "hello",  // output filename
         .sources = { "hello.cc", "world.cc" }, // list of source files to compile         .sources = { "hello.cc", "world.cc" }, // list of source files to compile
-        // See libctor.h for more options+        // See ctor.h for more options
       }       }
     };     };