Files
gpr/examples/libgpr2/simple/third.gpr
Jerome Lambourg 76c10c296d Add the examples from the gprbuild repository
Adjust the project files to properly install them in share/doc

For eng/gpr/gpr-issues#548
2025-03-10 16:16:29 +00:00

8 lines
214 B
Plaintext

library project third is
for Library_Name use project'Name;
for Library_Dir use project'Name & "-lib";
for Object_Dir use project'Name & "-obj";
for Source_Dirs use (project'Name & "-src");
end third;