mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 13:53:49 -07:00
Add version info and other details to windows exe properties (#2743)
* add version info and other details to windows exe properties * configure properties file directly to src dir * move version name in properties and change to Title Case
This commit is contained in:
parent
aea46e7cb2
commit
000a5d28f3
5 changed files with 58 additions and 3 deletions
|
@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 20 CACHE STRING "The C++ standard to use")
|
|||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
|
||||
|
||||
project(Ship VERSION 6.1.2 LANGUAGES C CXX)
|
||||
set(PROJECT_BUILD_NAME "KHAN CHARLIE" CACHE STRING "")
|
||||
set(PROJECT_BUILD_NAME "Khan Charlie" CACHE STRING "")
|
||||
set(PROJECT_TEAM "github.com/harbourmasters" CACHE STRING "")
|
||||
|
||||
set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue