Files
gpr/examples/libgpr2/simple/second.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

7 lines
173 B
Plaintext

aggregate library project second is
for Project_Files use ("third.gpr");
for Library_Name use project'Name;
for Library_Dir use project'Name & "-lib";
end second;