license and cmake
This commit is contained in:
parent
4242a4d6b2
commit
51b3b89e1c
6 changed files with 316 additions and 0 deletions
11
engine/ode/config.h.in
Normal file
11
engine/ode/config.h.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef _ODE_CONFIG_H_
|
||||
#define _ODE_CONFIG_H_
|
||||
#define dTRIMESH_ENABLED 1
|
||||
#define dTRIMESH_GIMPACT 1
|
||||
#define dOU_ENABLED 1
|
||||
#define dATOMICS_ENABLED 0
|
||||
#define dTLS_ENABLED 0
|
||||
#define dBUILTIN_THREADING_IMPL_ENABLED 0
|
||||
#define dTHREADING_INTF_DISABLED 1
|
||||
#include "typedefs.h"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue