forked from ground/ground
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
|
compiler "g++";
|
||
|
binary "ground";
|
||
|
source "src/main.cpp";
|
||
|
flag "O3";
|
||
|
compile;
|