Add new --generator argument and a generator for ninja files
This commit is contained in:
parent
d16f5d4812
commit
097b273c5d
4 changed files with 176 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
|||
pmake.setCompiler("GCC");
|
||||
pmake.generator = "make";
|
||||
|
||||
if(WIN32) {
|
||||
pmake.setSystem("Windows");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue