fix: rebase

This commit is contained in:
Xiphoseer
2024-01-04 03:20:06 +01:00
parent d67ac7759b
commit d6d5cb7515
4 changed files with 4 additions and 2 deletions

View File

@@ -51,6 +51,8 @@ set(DGAME_DCOMPONENTS_SOURCES
add_library(dComponents OBJECT ${DGAME_DCOMPONENTS_SOURCES})
target_include_directories(dComponents PUBLIC "."
"${PROJECT_SOURCE_DIR}/dGame/dPropertyBehaviors" # via ModelComponent.h
"${PROJECT_SOURCE_DIR}/dGame/dPropertyBehaviors/ControlBehaviorMessages"
"${PROJECT_SOURCE_DIR}/dGame/dMission" # via MissionComponent.h
"${PROJECT_SOURCE_DIR}/dGame/dBehaviors" # via InventoryComponent.h
"${PROJECT_SOURCE_DIR}/dGame/dInventory" # via InventoryComponent.h