mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-10 17:30:12 +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
|