mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
8 lines
138 B
Makefile
8 lines
138 B
Makefile
if CONDITIONAL_BUILD_DEMOS
|
|
SUBDIRS=src Extras Demos
|
|
else
|
|
SUBDIRS=src
|
|
endif
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = bullet.pc
|