Add missing index_tuple.hpp header.
[luabind.git] / examples / hello_world / Jamfile
blob707e5da5a0b83638b131e071ad74773cfdff25aa
1 import modules ;
3 use-project /luabind : ../../ ;
5 lib hello_world 
6     : hello_world.cpp /luabind//luabind/<link>static /luabind//lua ;
8 stage . : hello_world ;