view SConstruct @ 9:7362965f53b1

Added tests for the hill climbing functions in the plugboard class.
author Brian Neal <bgneal@gmail.com>
date Fri, 29 Jun 2012 21:19:00 -0500
parents 80debdaa4f65
children
line wrap: on
line source
env = Environment(
   tools = ['default', 'cxxtest'],
   CXXFLAGS='-std=c++0x -Wall -Wextra -pedantic -O3',
   CPPPATH='#/enigma',
   LIBS='enigma',
   LIBPATH='#/build',
)

SConscript(['enigma/SConscript'], exports='env', variant_dir='build', duplicate=0)