mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-24 00:53:47 +00:00
8 lines
144 B
Text
8 lines
144 B
Text
|
|
if CONDITIONAL_BUILD_DEMOS
|
||
|
|
SUBDIRS=src Extras Demos
|
||
|
|
else
|
||
|
|
SUBDIRS=src Extras
|
||
|
|
endif
|
||
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
||
|
|
pkgconfig_DATA = bullet.pc
|