Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-12-30 22:20:52 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-12-30 22:20:52 +0400
commita8811094ea9241ac8678a7d4c3fff4ab2ac5bf20 (patch)
treed39e57a93f7cf39c5363cdbb64c138566f9d8e38 /extern/CMakeLists.txt
parentfeb0d1d698ee827c181fb199a341410db7577a29 (diff)
Import the RangeTree library into extern
RangeTree is a simple C++ tree set for storing non-overlapping scalar ranges. Original source from: https://github.com/nicholasbishop/RangeTree Also update the build systems to include RangeTree.
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 2640c528c94..2f7f6584f0f 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -27,6 +27,7 @@
remove_strict_flags()
add_subdirectory(colamd)
+add_subdirectory(rangetree)
if(WITH_BULLET)
add_subdirectory(bullet2)