mirror of
https://github.com/reactos/CMake.git
synced 2025-05-15 02:55:50 +00:00

* Fix typo in #include * Remove CMakeLists file that users should create * Clarify which files users are expected to create * Highlight the importance of configuring TutorialConfig.h.in after the MY_MATH option has been set
4 lines
164 B
C
4 lines
164 B
C
// the configured options and settings for Tutorial
|
|
#define Tutorial_VERSION_MAJOR @Tutorial_VERSION_MAJOR@
|
|
#define Tutorial_VERSION_MINOR @Tutorial_VERSION_MINOR@
|