small fix
This commit is contained in:
parent
db93ec782f
commit
d7df9c2213
|
|
@ -3,16 +3,16 @@ project(Engine)
|
|||
add_library(Engine STATIC
|
||||
Header/Helpers/Name.hpp
|
||||
Header/Helpers/Strings.hpp
|
||||
Header/App/Humanoid/Humanoid.hpp
|
||||
Header/App/V8/DataModel/ForceField.hpp
|
||||
Header/App/V8/Humanoid/Humanoid.hpp
|
||||
Header/App/V8/World/World.hpp
|
||||
Header/Network/GUID.hpp
|
||||
Header/Rendering/Adorn.hpp
|
||||
|
||||
Source/Helpers/Name.cpp
|
||||
Source/Helpers/Strings.cpp
|
||||
Source/App/Humanoid/Humanoid.cpp
|
||||
Source/App/V8/DataModel/ForceField.cpp
|
||||
Source/App/V8/Humanoid/Humanoid.cpp
|
||||
Source/App/V8/World/World.cpp
|
||||
Source/Network/GUID.cpp
|
||||
Source/Rendering/Adorn.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue