Files
mlpack/fastlib/col/build.py
T
2007-07-27 04:19:00 +00:00

19 lines
361 B
Python

librule(
sources = ["col.cc"],
headers = ["arraylist.h", "heap.h", "string.h", "fastalloc.h", "intmap.h", "rangeset.h"],
deplibs = ["base:base"]
)
binrule(
name = "col_test",
sources = ["col_test.cc"],
linkables = [":col"])
binrule(
name = "timing_test",
sources = ["timing_test.cc"],
linkables = [":col", "fx:fx"])