config/cole.py
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 22 Dec 2006 12:52:35 -0500
changeset 8 7b688bc77e86
parent 3 76a2c73ecbbf
permissions -rw-r--r--
Added examples/alphashapes

import os

cgal_path = 			os.environ.get('CGAL_DIR')
cgal_architecture =		os.environ.get('CGAL_ARCHITECTURE')

INCPATH =				'/auto/sst/include'
LIBPATH =				'/auto/sst/lib'

qt4_includes = 			'/auto/sst/include'
qt4_libs =				'/auto/sst/lib'

CXX = 					'/home/home2/morozov/bin/gfilt'