mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 13:35:35 -04:00
28 lines
543 B
YAML
28 lines
543 B
YAML
buildType:
|
|
default: Debug
|
|
choices:
|
|
debug:
|
|
short: Debug
|
|
long: Unoptimized with debug symbols
|
|
buildType: Debug
|
|
release:
|
|
short: Release
|
|
long: Optimized, no debug symbols
|
|
buildType: Release
|
|
|
|
platform:
|
|
default: win64
|
|
description: Target platform
|
|
choices:
|
|
win32:
|
|
short: Win32
|
|
long: Windows 32-bit (MSVC)
|
|
settings:
|
|
CMAKE_GENERATOR_PLATFORM: Win32
|
|
|
|
win64:
|
|
short: Win64
|
|
long: Windows 64-bit (MSVC)
|
|
settings:
|
|
CMAKE_GENERATOR_PLATFORM: x64
|