mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-05 15:21:06 +00:00
cbeb5864eb
Thanks to Daniel KO Listas at the ODE mailing list Don't build graphics demos when OpenGL or GLUT is not found CMake will still build the non-graphical HelloWorld demo (output text to console) Fix linker error: ThreadingDemo requires pthreads on UNIX systems Thanks to reptor, see also http://bulletphysics.org/Bullet/phpBB3/posting.php?mode=reply&f=9&t=5748
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
|