mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-11 07:49:32 +00:00
8 lines
144 B
Makefile
8 lines
144 B
Makefile
if CONDITIONAL_BUILD_DEMOS
|
|
SUBDIRS=src Extras Demos
|
|
else
|
|
SUBDIRS=src Extras
|
|
endif
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = bullet.pc
|