summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
blob: 5ab56358290584dd5f8e169759a24fecf9777c2f (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 (test test.cc)
add_executable (bench bench.cc)

add_library (instantiations instantiations.cc)
OpenPOWER on IntegriCloud