12 lines
259 B
Python
12 lines
259 B
Python
# tree is currently an internal-only feature
|
|
|
|
librule(
|
|
sources = [],
|
|
headers = [
|
|
"kdtree.h", "bounds.h", "spacetree.h", "statistic.h"
|
|
],
|
|
deplibs = ["base:base", "la:la", "col:col",
|
|
"file:file_int", "data:data", "fx:fx"]
|
|
)
|
|
|