mirror of
https://github.com/reactos/CMake.git
synced 2025-05-14 02:25:53 +00:00

* Updated output message * Use 'target_compile_definitions' for HAVE_LOG and HAVE_EXP Previously, the change from using TutorialConfig.h to target_compile_definitions happened without explanation as part of Step 8.
5 lines
188 B
C
5 lines
188 B
C
// the configured options and settings for Tutorial
|
|
#define Tutorial_VERSION_MAJOR @Tutorial_VERSION_MAJOR@
|
|
#define Tutorial_VERSION_MINOR @Tutorial_VERSION_MINOR@
|
|
#cmakedefine USE_MYMATH
|