24 lines
749 B
Plaintext
24 lines
749 B
Plaintext
#
|
|
# Copyright (c) 2018 Stefan Seefeld
|
|
# Use, modification and distribution are subject to the
|
|
# Boost Software License, Version 1.0. (See accompanying file
|
|
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
project boost/ublas/benchmarks
|
|
: requirements <library>/boost/program_options//boost_program_options
|
|
;
|
|
|
|
exe add : add.cpp ;
|
|
exe mm_prod : mm_prod.cpp ;
|
|
exe mv_prod : mv_prod.cpp ;
|
|
exe inner_prod : inner_prod.cpp ;
|
|
exe outer_prod : outer_prod.cpp ;
|
|
|
|
exe reference/add : reference/add.cpp ;
|
|
exe reference/mm_prod : reference/mm_prod.cpp ;
|
|
exe reference/mv_prod : reference/mv_prod.cpp ;
|
|
exe reference/inner_prod : reference/inner_prod.cpp ;
|
|
exe reference/outer_prod : reference/outer_prod.cpp ;
|
|
|
|
build-project opencl ;
|