You've already forked templates-parser
mirror of
https://github.com/AdaCore/templates-parser.git
synced 2026-02-12 12:29:55 -08:00
This is for consistency with AWS and a preparatory work for supporting XML/Ada auto-detection. -- Part of J327-001.
7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
project Test_Shared is
|
|
for Source_Dirs use (".");
|
|
for Library_Dir use "lib";
|
|
for Library_Name use "lib";
|
|
for Library_Kind use "relocatable";
|
|
end Test_Shared;
|