new example: hello_world
[luabind.git] / examples / hello_world / Jamfile
blob9f210838408f1c6e819397d7c72f19bfc1639211
1 import modules ;
3 use-project /luabind : ../../ ;
5 lib hello_world 
6     : hello_world.cpp /luabind//luabind/<link>static /luabind//lua ;
8 stage bin : hello_world ;