build: setup a cmake rc template for all apps

This commit is contained in:
sithlord48
2025-01-10 11:07:15 -05:00
committed by Chris Rizzitello
parent 3f3116da05
commit 5be1e9f9b9
13 changed files with 190 additions and 339 deletions

View File

@ -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)