Files
gnatstudio/cpp_module/cpp_module.gpr

12 lines
211 B
Plaintext
Raw Permalink Normal View History

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;