tests/SConscript
author Radek Brich <radek.brich@devl.cz>
Sun, 27 Apr 2008 19:56:23 +0200
branchpyrit
changeset 86 ce6abe0aeeae
parent 84 6f7fe14782c2
child 93 96d65f841791
permissions -rw-r--r--
BBox - RayPacket intersection clean up

Import('env lib')
myenv = env.Clone()
myenv.Append(CPPPATH = ['.','#include'], LIBPATH='#build/lib')
myenv.Prepend(LIBS=['pyrit'])

l = []
l.append( myenv.Program(['vector.cc']) )

myenv.Alias('tests', l)