Added AAA to stand-alone build

This commit is contained in:
Alejandro R Mosteo
2018-06-12 12:03:28 +02:00
parent 2fd9200ed2
commit 1297f16ff6
+3 -1
View File
@@ -1,6 +1,8 @@
aggregate project Alire_Env is
for Project_Path use ("deps/semver",
for Project_Path use (
"deps/aaa",
"deps/semver",
"deps/simple_logging");
for Project_Files use ("alire.gpr");