mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
[Server] Use correct source group for ObjectProcessors
This commit is contained in:
parent
18167a734e
commit
e8b22a2e5e
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ set(PROCESSORS_OBJECT
|
|||
processors/object/ProcessorScriptGlobalFloat.hpp processors/object/ProcessorVideoPlay.hpp
|
||||
)
|
||||
|
||||
source_group(tes3mp-server\\processors\\world FILES ${PROCESSORS_OBJECT})
|
||||
source_group(tes3mp-server\\processors\\object FILES ${PROCESSORS_OBJECT})
|
||||
|
||||
set(PROCESSORS
|
||||
processors/ProcessorInitializer.cpp
|
||||
|
|
Loading…
Reference in a new issue