Jamroot.jam 243 B

12345678
  1. # Copyright 2017 Steven Watanabe
  2. #
  3. # Distributed under the Boost Software License, Version 1.0.
  4. # (See accompanying file LICENSE.txt or copy at
  5. # https://www.bfgroup.xyz/b2/LICENSE.txt)
  6. lib l1 : lib.cpp ;
  7. exe test : main.cpp l1 ;