You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
14 lines
275 B
Plaintext
14 lines
275 B
Plaintext
with "../shared";
|
|
with "../prj_editor/prj_editor";
|
|
with "../libclang/libclang";
|
|
|
|
project Cpp_Module is
|
|
|
|
for Source_Dirs use ("src");
|
|
for Object_Dir use Shared'Object_Dir;
|
|
|
|
package Compiler renames Shared.Compiler;
|
|
package IDE renames Shared.IDE;
|
|
|
|
end Cpp_Module;
|