license and cmake

This commit is contained in:
Nishi 2026-05-25 04:53:45 +09:00
commit 51b3b89e1c
6 changed files with 316 additions and 0 deletions

11
engine/ode/config.h.in Normal file
View 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