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.
This commit is contained in:
Nicholas Bishop
2012-12-30 18:20:52 +00:00
parent feb0d1d698
commit a8811094ea
10 changed files with 431 additions and 0 deletions

View File

@@ -914,6 +914,7 @@ endif()
cycles_subd
bf_intern_raskter
bf_intern_opencolorio
extern_rangetree
)
if(WITH_COMPOSITOR)