Files
mlpack/fastlib/branches/fastlib-old/file/build.py
T
Ryan Curtin f6864dd435 Move fastlib-old (originally 'fastlib') to fastlib/branches/fastlib-old where it
will sit until the end of time and nobody will touch it because it's old
2010-01-31 22:31:55 +00:00

21 lines
331 B
Python

librule(
sources = ["textfile.cc"],
headers = ["textfile.h"],
deplibs = ["base:base", "col:col"],
)
librule(
name = "file_int",
sources = [],
headers = [],
deplibs = [":file"],
)
binrule(
name = "textfile_test",
sources = ["textfile_test.cc"],
deplibs = [":file", "fx:fx"]
)