summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
blob: a1c29e1494dc1eab50b65db46fccb84ade879fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# See file "BUILD" for instructions

cmake_minimum_required (VERSION 2.6)

project (vecmathlib)

add_executable (example example.cc)
add_executable (example_float example_float.cc)
add_executable (loop loop.cc)
add_executable (interp interp.cc)
add_executable (selftest selftest.cc)
add_executable (bench bench.cc)

add_library (instantiations instantiations.cc)
OpenPOWER on IntegriCloud