summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-09-30 19:28:14 -0700
committerVito Caputo <vcaputo@pengaru.com>2018-09-30 19:28:14 -0700
commitf237569844cbd6524196253ecc486ec59a78284e (patch)
tree38a1ae653e1d7118754ec5657757d8280391e806 /Makefile.am
libix3: initial commit
This is a straightforward 3D conversion of libix2, the API is completely unchanged aside from dimensional types going from 2->3. Rather than a quadtree with 4 children per parent, this uses an octree with 8 children. Otherwise it's basically identical to libix2.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..af437a6
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = src
© All Rights Reserved