Files
gnatstudio/cpp_module/cpp_module.gpr
Vadim Godunko c36d1cc87d U922-030 Remove use of libclang.
Change-Id: Ic771948d8e1bb86176e664e9795ef51dd4416b70
2021-10-19 21:49:29 +02:00

12 lines
211 B
Plaintext

with "../shared";
with "../prj_editor/prj_editor";
project Cpp_Module is
for Source_Dirs use ("src");
for Object_Dir use Shared'Object_Dir;
package Compiler renames Shared.Compiler;
end Cpp_Module;