File: platform.in

package info (click to toggle)
numptyphysics 0.3.10-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,788 kB
  • sloc: cpp: 21,126; ansic: 6,298; makefile: 170; python: 135
file content (11 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Platform build definition for SDL1
# Will be processed by makefile

add_platform(gl)
add_platform(sdlstb)

add_external(stb_loader)

add_pkgconfig(sdl)

include platform/gl/gl.mk