Build config to apply by alr

This commit is contained in:
Alejandro R. Mosteo
2018-03-03 13:52:26 +01:00
parent dfb3191b3a
commit 68892cbaf2
9 changed files with 84 additions and 17 deletions
+13
View File
@@ -60,6 +60,19 @@ package body Alire.Releases is
end return;
end GPR_Files;
------------------------
-- Labeled_Properties --
------------------------
function Labeled_Properties (R : Release;
P : Properties.Vector;
Label : Properties.Labeled.Labels)
return Utils.String_Vector
is
begin
return Values (R.Properties.Evaluate (P), Label);
end Labeled_Properties;
-----------------------
-- Print_Conditional --
-----------------------