jamfile.jam 311 B

12345678910111213
  1. # Copyright 2002, 2003 Vladimir Prus
  2. # Distributed under the Boost Software License, Version 1.0.
  3. # (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
  4. project test
  5. : requirements <variant>release:<define>RELEASE
  6. ;
  7. use-project /ext : ext ;
  8. exe hello : hello.cpp /ext//a ;