additional file fix
This commit is contained in:
parent
f90881b03d
commit
698665215b
9 changed files with 64 additions and 88 deletions
|
|
@ -143,8 +143,6 @@ extern "C" {
|
|||
- **interfaces**: C++20 module files (`.cppm` extension)
|
||||
- **implementations**: Source files (`.cpp` extension)
|
||||
- **additional_files**: Files copied to output directory
|
||||
- **build_dir**: Directory for intermediate build files (default: `build`)
|
||||
- **output_dir**: Directory for final output files (default: `bin`)
|
||||
- **type**: Project type (`executable`, `library`, `shared-library`, default: `executable`)
|
||||
- **extends**: Array of configuration names to extend, later entries overwrite previous ones
|
||||
- **debug**: Boolean enabling debug mode (default: `false`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue