aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-04-28 20:11:14 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-04-28 20:11:14 -0500
commitfbfdd7b1171e692a663bf221075abfe0e0ef0ab9 (patch)
tree941e0d6e576cc53542b4bb8d1165887351972a79 /CMakeLists.txt
parent817524ce9e1146cfad05b7a2e7d41495bcde537b (diff)
Native port of SKSELogRedirector plugin family (sysdmp), default off
Three FileMapper variants — Steam SSE, GOG, VR — that redirect <docs>/My Games/<X> onto a sibling folder so SKSE writes logs to the right place. Only one applies per game; all default off so the user opts in to the matching variant. Layout mirrors game_bethesda: shared static lib in src/common/ with the QObject base (init/author/version/settings/enabledByDefault/mappings), three plugin .so subdirs each adding Q_PLUGIN_METADATA + their own name/description and destFolderName override. Q_PLUGIN_METADATA can only appear once per .so, hence the split. Paths preserved verbatim from the upstream .py — including the SSE variant's "Skyrim.INI" sibling folder, which is intentional: a Skyrim bug sometimes creates a directory of that name and the redirect makes SKSE find logs in SSE's docs folder. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index deccb47..20e7203 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -267,6 +267,7 @@ add_subdirectory(libs/bsa_extractor)
add_subdirectory(libs/bsapacker)
add_subdirectory(libs/diagnose_basic)
add_subdirectory(libs/check_fnis)
+add_subdirectory(libs/skse_log_redirector)
add_subdirectory(libs/tool_inibakery)
add_subdirectory(libs/tool_inieditor)
add_subdirectory(libs/tool_bethinipie)