TutorialConfig.h.in 285 B

12345678
  1. // the configured options and settings for Tutorial
  2. #define Tutorial_VERSION_MAJOR @Tutorial_VERSION_MAJOR@
  3. #define Tutorial_VERSION_MINOR @Tutorial_VERSION_MINOR@
  4. #cmakedefine USE_MYMATH
  5. // does the platform provide exp and log functions?
  6. #cmakedefine HAVE_LOG
  7. #cmakedefine HAVE_EXP