Fix component test compilation issues and enable all component tests

- Add missing component test files to CMakeLists.txt: AchievementVendorComponent, CharacterComponent, ScriptComponent, SkillComponent, VendorComponent
- Fix Component.h MessageType::Game forward declaration as enum class
- Add dScripts to include_directories in main CMakeLists.txt for CppScripts.h access
- Fix ScriptComponent test by adding GameMessages.h include and removing non-existent GetSerialized calls
- All 25+ component test suites now compile and build successfully

Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-31 23:28:33 +00:00
parent 0a06698514
commit 9274494023
4 changed files with 15 additions and 5 deletions

View File

@@ -237,6 +237,8 @@ include_directories(
"dWeb"
"dScripts"
"tests"
"tests/dCommonTests"
"tests/dGameTests"