summaryrefslogtreecommitdiff
path: root/hvinfo.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'hvinfo.gpr')
-rw-r--r--hvinfo.gpr5
1 files changed, 5 insertions, 0 deletions
diff --git a/hvinfo.gpr b/hvinfo.gpr
index 00c0463..227c236 100644
--- a/hvinfo.gpr
+++ b/hvinfo.gpr
@@ -5,5 +5,10 @@ project hvinfo is
for Object_Dir use "build";
for Main use ("hvinfo.adb");
+ package Compiler is
+ for Switches ("Ada") use
+ ("-gnatep=" & hvinfo'Project_Dir & "hvinfo.def", "-I" & hvinfo'Project_Dir);
+ end Compiler;
+
end hvinfo;