-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
automatic handling of version info in windows resources
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,4 @@ QtPMbrowser/Makefile.Release | |
out/ | ||
CMakeSettings.json | ||
doc/conf.py | ||
QtPMbrowser/QtPMbrowser.rc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cmake_minimum_required(VERSION 3.16) | ||
project(QtPMbrowser VERSION 2.1 LANGUAGES CXX) | ||
project(QtPMbrowser VERSION 2.1.0 LANGUAGES CXX) | ||
set(MY_COPYRIGHT "2020 - 2022 Christian R. Halaszovich") | ||
set(CMAKE_CXX_STANDARD 17) | ||
set(CMAKE_CXX_STANDARD_REQUIRED True) | ||
|
@@ -13,8 +13,6 @@ include(GNUInstallDirs) | |
include(InstallRequiredSystemLibraries) | ||
set(CPACK_PACKAGE_NAME "PMbrowser") | ||
set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_CURRENT_SOURCE_DIR}/COPYING.txt) | ||
#set(CPACK_PACKAGE_VERSION_MAJOR "2") | ||
#set(CPACK_PACKAGE_VERSION_MINOR "0") | ||
set(CPACK_PACKAGE_CONTACT "[email protected]") | ||
set(CPACK_PACKAGE_DESCRIPTION "tool to browse HEKA dat files and export to IgorPro") | ||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "tool to browse HEKA dat files and export to IgorPro") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters