From 5be0fd8daee1a5b7e5b029ea2d094e18ad971196 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Sun, 4 Jan 2026 00:14:56 +0000 Subject: [PATCH] feat: Add logger source file to script engine tests for improved logging capabilities --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c07a95..c345b6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -144,6 +144,7 @@ enable_testing() add_executable(script_engine_tests tests/test_cube_script.cpp + src/logging/logger.cpp src/script/script_engine.cpp src/script/physics_bridge.cpp src/script/scene_manager.cpp