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
8 lines
214 B
Plaintext
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;
|