PROGRAM(linear_regression_benchmark)


SRCS(
    pool.h
    pool.cpp
    main.cpp
)

PEERDIR(
    library/cpp/linear_regression
)

END()