summaryrefslogtreecommitdiff
path: root/usr.bin/what/what.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/what/what.gpr')
-rw-r--r--usr.bin/what/what.gpr6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/what/what.gpr b/usr.bin/what/what.gpr
new file mode 100644
index 0000000..d431eb4
--- /dev/null
+++ b/usr.bin/what/what.gpr
@@ -0,0 +1,6 @@
+project what extends "template/usr_bin.gpr" is
+
+ for Main use (project'Name);
+ for Object_Dir use External ("BUILDROOT") & "/" & project'Name;
+
+end what;