1
0
Fork 0
flightgear/src/Include/config_cmake.h.in

32 lines
686 B
C
Raw Normal View History

#cmakedefine FG_NDEBUG
#cmakedefine ENABLE_SP_FDM
// JSBSim needs this, to switch from standalone to in-FG mode
#define FGFS
#define PU_USE_NONE // PLIB needs this to avoid linking to GLUT
#cmakedefine ENABLE_PLIB_JOYSTICK
// threads are required (used to be optional)
#define ENABLE_THREADS 1
// audio support is assumed
#define ENABLE_AUDIO_SUPPORT 1
#cmakedefine HAVE_SYS_TIME_H
#cmakedefine HAVE_CULLSETTINGS_CLEAR_MASK
#define VERSION "@FLIGHTGEAR_VERSION"
2011-01-01 18:24:53 +00:00
#define HAVE_VERSION_H 1 // version.h is assumed for CMake builds
#cmakedefine ENABLE_UIUC_MODEL
#cmakedefine ENABLE_LARCSIM
#cmakedefine ENABLE_YASIM
#cmakedefine ENABLE_JSBSIM
#define PKGLIBDIR "@PKGLIBDIR"