* Move all cmake-related files in a new “cmake” folder * move nsis files in there, too, since they are templates parsed by cake * retrieve git version once when cmake is run, and use it for both creating version_string.h/cpp and for package naming
3 lines
No EOL
138 B
Text
3 lines
No EOL
138 B
Text
!define NSIS_PROJECT_NAME "@PROJECT_NAME@"
|
|
!define NSIS_SOURCE_PATH "@PROJECT_SOURCE_DIR@"
|
|
!define NSIS_BINARY_PATH "@PROJECT_BINARY_DIR@" |