From d5314b906669958c4259bafde834bbcdb3b32891 Mon Sep 17 00:00:00 2001 From: Digital Artifex <7929434+DigitalArtifex@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:57:58 -0400 Subject: [PATCH] Added local dev variable --- KomplexHubPlugin/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/KomplexHubPlugin/CMakeLists.txt b/KomplexHubPlugin/CMakeLists.txt index 3c0f8c6..882676b 100644 --- a/KomplexHubPlugin/CMakeLists.txt +++ b/KomplexHubPlugin/CMakeLists.txt @@ -46,6 +46,7 @@ target_compile_definitions( KomplexHubPlugin PUBLIC KOMPLEX_PLUGIN + KOMPLEX_LOCAL_DEV ) if(ENABLE_ASAN)