build: setup a cmake rc template for all apps
This commit is contained in:
committed by
Chris Rizzitello
parent
3f3116da05
commit
5be1e9f9b9
@ -91,8 +91,10 @@ project(
|
||||
DESCRIPTION "Mouse and keyboard sharing utility"
|
||||
LANGUAGES C CXX)
|
||||
|
||||
#Used for embedded copyright on binaries, limited space.
|
||||
# Define Additional "PROJECT" vars for packaging and metadata
|
||||
set(CMAKE_PROJECT_COPYRIGHT "(C) 2024-2025 Deskflow Devs")
|
||||
set(CMAKE_PROJECT_PROPER_NAME "Deskflow")
|
||||
set(CMAKE_PROJECT_VENDOR "Deskflow Devs")
|
||||
|
||||
#Unset the vars used in the project call
|
||||
unset(DESKFLOW_VERSION_MAJOR)
|
||||
|
||||
Reference in New Issue
Block a user