You've already forked libadalang
mirror of
https://github.com/AdaCore/libadalang.git
synced 2026-02-12 12:28:54 -08:00
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
with "lib";
|
|
|
|
project Root is
|
|
for Source_Dirs use ("src-root");
|
|
end Root;
|