Files
gnatstudio/cpp_module/cpp_module.gpr
Nicolas Setton 09efdb2fbf Initial revision for libclang completion
Change-Id: Ia79a4d0ba4b843717c4eea29f8e1083ef9cf0921
2014-12-09 18:02:55 +01:00

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;