Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / Tutorial / Step6 / TutorialConfig.h.in
bloba0912656a651bddc5a71bdd47b8cb8f1e9994613
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
6 // does the platform provide exp and log functions?
7 #cmakedefine HAVE_LOG
8 #cmakedefine HAVE_EXP