mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 23:10:06 +00:00
Initial installer creation using CMake, CPack and WiX Toolset
This commit is contained in:
parent
b155664a91
commit
9b222e670f
2 changed files with 22 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
cmake_minimum_required(VERSION 3.21)
|
||||
set(PROJECT_NAME supercell-wx)
|
||||
project(${PROJECT_NAME} C CXX)
|
||||
project(${PROJECT_NAME}
|
||||
VERSION 0.4.3
|
||||
DESCRIPTION "Supercell Wx is a free, open source advanced weather radar viewer."
|
||||
HOMEPAGE_URL "https://github.com/dpaulat/supercell-wx"
|
||||
LANGUAGES C CXX)
|
||||
|
||||
set(CMAKE_POLICY_DEFAULT_CMP0054 NEW)
|
||||
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue