diff options
Diffstat (limited to '')
-rw-r--r-- | premake5.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index 6037b01c..14aab9d8 100644 --- a/premake5.lua +++ b/premake5.lua @@ -62,7 +62,7 @@ workspace "re3" filter "configurations:DebugRW or ReleaseRW" includedirs { "rwsdk/include/d3d8" } libdirs { "rwsdk/lib/d3d8/release" } - links { "rwcore", "rpworld", "rpmatfx", "rpskin", "rphanim", "rtbmp" } + links { "rwcore", "rpworld", "rpmatfx", "rpskin", "rphanim", "rtbmp", "rtquat", "rtcharse" } filter {} |