File: Jamfile

package info (click to toggle)
luabind 0.9.1%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,844 kB
  • ctags: 2,833
  • sloc: cpp: 13,796; makefile: 126; sh: 24; ansic: 11
file content (14 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import modules ;

lib glut : : <name>glut ;
lib glu : : <name>glu ;
lib gl : : <name>gl ;

exe glut_bind
    : glut_bind.cpp gl glu glut
      /luabind//lualib
      /luabind//luabind
    ;

stage . : glut_bind ;