Jamfile.v2 427 B

12345678910
  1. ##############################################################################
  2. # Copyright 2005-2006 Andreas Huber Doenni
  3. # Distributed under the Boost Software License, Version 1.0. (See accompany-
  4. # ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. ##############################################################################
  6. project libs/statechart ;
  7. build-project example ;
  8. build-project test ;