File: Jamfile

package info (click to toggle)
luabind 0.9.1%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,764 kB
  • ctags: 2,783
  • sloc: cpp: 13,791; makefile: 122; sh: 24; ansic: 11
file content (9 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
import modules ;

use-project /luabind : ../../ ;

lib hello_world 
    : hello_world.cpp /luabind//luabind/<link>static /luabind//lua ;

stage . : hello_world ;