Phase 3: Adjust cmake files to add #define to torque config

This commit is contained in:
Marc Chapman 2018-01-23 22:48:20 +00:00
parent b8f722e2f9
commit cd6947c7e0
2 changed files with 6 additions and 4 deletions

View file

@ -41,6 +41,9 @@
/// Human readable application version string.
#define TORQUE_APP_VERSION_STRING "@TORQUE_APP_VERSION_STRING@"
/// Define me if you want to enable Arcane FX support.
#cmakedefine TORQUE_AFX_ENABLED
/// Define me if you want to enable multithreading support.
#cmakedefine TORQUE_MULTITHREAD