mirror of
https://github.com/AdaCore/gpr.git
synced 2026-02-12 12:58:39 -08:00
Adjust the project files to properly install them in share/doc For eng/gpr/gpr-issues#548
7 lines
173 B
Plaintext
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;
|