You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(ENABLE_FLAT_PACKAGE "Creates a \"flat\" install layout with files and preset/texture dirs directly in the main dir."OFF)
17
+
option(ENABLE_FLAT_PACKAGE "Creates a \"flat\" install layout with the executable, configuration file(s) and preset/texture dirs directly in the install prefix."OFF)
set(PACKAGING_CONFIG_FILE "${DEFAULT_PACKAGING_CONFIG}"CACHEFILEPATH"CPack configuration file to use for packaging. This file must \"include(CPack)\" at the end to work properly.")
76
+
61
77
set(SDL2_LINKAGE "shared"CACHESTRING"Set to either shared or static to specify how libSDL2 should be linked. Defaults to shared.")
62
78
option(ENABLE_FREETYPE "Use the Freetype font rendering library instead of the built-in stb_truetype if available"ON)
0 commit comments