From 28af052e24f4987845638408a33d54c30fa94e54 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Mon, 4 Feb 2013 15:17:34 -0500 Subject: Update build instructions --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a33a0f..fb934bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,11 +1,10 @@ -# build via ninja: cmake -G Ninja -# build via make: cmake . -# clean: rm CMakeCache.txt +# See file "BUILD" for instructions cmake_minimum_required (VERSION 2.6) project (vecmathlib) add_executable (example example.cc) +add_executable (loop loop.cc) add_executable (test test.cc) add_executable (bench bench.cc) -- cgit v1.1