Files
Andry Ogorodnik 702b2b9261 S827-006 New implementation of the gvd.parsing.cpp test
Change-Id: I99998ccc1217c2ae3de19a4cbf1648607d9aea01
2019-09-05 14:55:48 +02:00

18 lines
355 B
Plaintext

project GVD_CPP is
for Source_Dirs use (".");
for Object_Dir use "obj";
for Languages use ("C++");
for Main use ("parse_cpp.cc");
package Compiler is
for Switches ("C++") use ("-g", "-O0", "-Wno-write-strings");
end Compiler;
package Naming is
for Implementation_Suffix ("C++") use ".cc";
end Naming;
end GVD_CPP;