summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/build.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmake/build.xml b/cmake/build.xml
new file mode 100644
index 000000000..5a4b47965
--- /dev/null
+++ b/cmake/build.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Navit" default="help">
+<target name="help">
+ <antversion property="antversion" atleast="1.8"/>
+ <fail unless="antversion"/>
+</target>
+</project>