|
|
target("demo", {kind = "binary", files = "src/*.c"})
|
|
target("demo", {kind = "binary", files = "src/*.c"})
|
|
|
Of course, if the configuration requirements are more complicated, or the original multi-line setting method is more convenient, this depends on your own needs to evaluate which method is used.
|
|
Of course, if the configuration requirements are more complicated, or the original multi-line setting method is more convenient, this depends on your own needs to evaluate which method is used.
|