view CMakeLists.txt @ 35:22f78a6faa3e

Migrate the build system to CMake, tweak Doxyfile, add vtkplot.cpp as a skeleton for a VTK plotting class
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Mon, 08 Feb 2010 19:59:28 -0600
parents 0af772242000
children
line wrap: on
line source

project (kwantix)

## set(CMAKE_VERBOSE_MAKEFILE TRUE)
set(CMAKE_CXX_COMPILER "g++-4.4")

cmake_minimum_required(VERSION 2.6)

add_subdirectory(src)