mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
783f6d9abd
Did this while investigating #3299 which I could not reproduce. ImGui's had a recent version that allows for dynamically scaling the font, pretty cool, slightly improves our styling menu. Closes #3299
21 lines
729 B
YAML
21 lines
729 B
YAML
version: 3
|
|
|
|
vars:
|
|
GOALC_BIN_RELEASE_DIR: "./build/goalc"
|
|
GK_BIN_RELEASE_DIR: "./build/game"
|
|
DECOMP_BIN_DEBUG_DIR: "./build/decompiler"
|
|
DECOMP_BIN_RELEASE_DIR: "./build/decompiler"
|
|
MEMDUMP_BIN_RELEASE_DIR: "./build/tools"
|
|
TYPESEARCH_BIN_RELEASE_DIR: "./build/tools"
|
|
OFFLINETEST_BIN_RELEASE_DIR: "./build"
|
|
GOALCTEST_BIN_RELEASE_DIR: "./build"
|
|
FORMATTER_BIN_RELEASE_DIR: "./build/tools"
|
|
EXE_FILE_EXTENSION: ""
|
|
PYTHON: "python3"
|
|
DEFAULT_CMAKE_RELEASE_PRESET: "Release-macos-arm64-clang"
|
|
DEFAULT_CMAKE_DEBUG_PRESET: "Debug-macos-arm64-clang"
|
|
CMAKE_GEN_BUILD_DIR_RELEASE: "-B build"
|
|
CMAKE_GEN_BUILD_DIR_DEBUG: "-B build"
|
|
CMAKE_BUILD_DIR_RELEASE: "--build build"
|
|
CMAKE_BUILD_DIR_DEBUG: "--build build"
|