Jamfile 163 B

123456789
  1. import modules ;
  2. use-project /luabind : ../../ ;
  3. lib hello_world
  4. : hello_world.cpp /luabind//luabind/<link>static /luabind//lua ;
  5. stage . : hello_world ;