diff options
author | David Cole <david.cole@kitware.com> | 2007-11-08 15:38:26 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2007-11-08 15:38:26 (GMT) |
commit | 4e752dee910d3901a438d97aedf49357a8cb5628 (patch) | |
tree | 3393d691a3e67c13610b9252e2f967d4433f95a6 /Tests/Tutorial/Step6/TutorialConfig.h.in | |
parent | e615e1416cc5139082593c07db99ead11c6d5d46 (diff) | |
download | CMake-4e752dee910d3901a438d97aedf49357a8cb5628.zip CMake-4e752dee910d3901a438d97aedf49357a8cb5628.tar.gz CMake-4e752dee910d3901a438d97aedf49357a8cb5628.tar.bz2 |
ENH: Add new Tutorial steps. Diff between Step5 and Step6 shows how to add a cpack driven installer to your project. Diff between Step6 and Step7 shows how to add ctest dashboard scripting capability.
Diffstat (limited to 'Tests/Tutorial/Step6/TutorialConfig.h.in')
-rw-r--r-- | Tests/Tutorial/Step6/TutorialConfig.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/Tutorial/Step6/TutorialConfig.h.in b/Tests/Tutorial/Step6/TutorialConfig.h.in new file mode 100644 index 0000000..a091265 --- /dev/null +++ b/Tests/Tutorial/Step6/TutorialConfig.h.in @@ -0,0 +1,9 @@ +// the configured options and settings for Tutorial +#define Tutorial_VERSION_MAJOR @Tutorial_VERSION_MAJOR@ +#define Tutorial_VERSION_MINOR @Tutorial_VERSION_MINOR@ +#cmakedefine USE_MYMATH + +// does the platform provide exp and log functions? +#cmakedefine HAVE_LOG +#cmakedefine HAVE_EXP + |