File: main.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-- 225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
PLATFORM ?= sdl2
add_platform($(PLATFORM))
include_makefile(platform/$(PLATFORM)/platform.mk)

add_external(thp)
add_pkgconfig(tinyxml2)
add_external(petals_log)
add_external(vmath)

include mk/box2d.mk
include mk/glaserl.mk