Files
templates-parser/config/setup/test_shared.gpr
Pascal Obry 1ff30c0a87 Rename config/test_shared to config/setup.
This is for consistency with AWS and a preparatory
work for supporting XML/Ada auto-detection.
--
Part of J327-001.
2010-03-27 12:09:08 +00:00

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;