async-ada/async.gpr

9 lines
233 B
Plaintext
Raw Permalink Normal View History

2019-01-06 17:05:19 +00:00
library project Async is
for Languages use ("Ada");
for Library_Name use "asyncada";
for Source_Dirs use ("src");
for Object_Dir use "obj";
for Library_Dir use "lib";
for Library_Kind use "Static";
end Async;