mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
Small changes
This commit is contained in:
parent
66a1c4fbf1
commit
2f8e679298
2 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ include(FindPackageHandleStandardArgs)
|
||||||
|
|
||||||
option(STEAM "Build for Steam" OFF)
|
option(STEAM "Build for Steam" OFF)
|
||||||
set(STEAMWORKS_PATH "${CMAKE_CURRENT_SOURCE_DIR}/steamworks" CACHE PATH "Path to Steamworks folder")
|
set(STEAMWORKS_PATH "${CMAKE_CURRENT_SOURCE_DIR}/steamworks" CACHE PATH "Path to Steamworks folder")
|
||||||
option(DEBUG "Debug mode" OFF)
|
option(DEBUG "Debug mode" ON)
|
||||||
set(SDLTTF_VENDORED ON)
|
set(SDLTTF_VENDORED ON)
|
||||||
set(ZLIB_USE_STATIC_LIBS ON)
|
set(ZLIB_USE_STATIC_LIBS ON)
|
||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@
|
||||||
# 16:9 support
|
# 16:9 support
|
||||||
# EXPEREMENTAL!
|
# EXPEREMENTAL!
|
||||||
# (default: disabled)
|
# (default: disabled)
|
||||||
|
#
|
||||||
# EnableSixteenByNine=false
|
# EnableSixteenByNine=false
|
||||||
|
|
||||||
# Apply linear interpolation when game screen
|
# Apply linear interpolation when game screen
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue