w
This commit is contained in:
@@ -9,7 +9,7 @@ DefaultDirName={autopf}\Flux
|
|||||||
|
|
||||||
; Cartella di output dell'installer e nome del file generato
|
; Cartella di output dell'installer e nome del file generato
|
||||||
OutputDir=.\build\windows\installer
|
OutputDir=.\build\windows\installer
|
||||||
OutputBaseFilename=FLUX_Setup_v{#MyAppVersion}
|
OutputBaseFilename=FluxInstaller.exe
|
||||||
|
|
||||||
; Compressione e impostazioni grafiche
|
; Compressione e impostazioni grafiche
|
||||||
Compression=lzma2/max
|
Compression=lzma2/max
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# Project-level configuration.
|
# Project-level configuration.
|
||||||
cmake_minimum_required(VERSION 3.14)
|
cmake_minimum_required(VERSION 3.14)
|
||||||
project(flux LANGUAGES CXX)
|
project(flux LANGUAGES CXX)
|
||||||
|
add_compile_definitions(_SILENCE_EXPERIMENTAL_COROUTINE_DEPRECATION_WARNINGS)
|
||||||
|
|
||||||
# The name of the executable created for the application. Change this to change
|
# The name of the executable created for the application. Change this to change
|
||||||
# the on-disk name of your application.
|
# the on-disk name of your application.
|
||||||
|
|||||||
Reference in New Issue
Block a user