mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 18:19:40 +00:00
[General] Fix CMakeLists in components for BaseObject
This commit is contained in:
parent
8ea9485e6b
commit
c24157f6f9
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ add_component_dir (openmw-mp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_component_dir (openmw-mp/Base
|
add_component_dir (openmw-mp/Base
|
||||||
BaseActor BaseObjectList BasePacketProcessor BasePlayer BaseStructs BaseWorldstate
|
BaseActor BaseObject BasePacketProcessor BasePlayer BaseStructs BaseWorldstate
|
||||||
)
|
)
|
||||||
|
|
||||||
add_component_dir (openmw-mp/Controllers
|
add_component_dir (openmw-mp/Controllers
|
||||||
|
|
Loading…
Reference in a new issue