mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix missing lib in GameSDK and ClientDLL
Lib was commented, but should be part of the client only libs; moved.
This commit is contained in:
parent
c96ca324c9
commit
934819574b
@ -65,7 +65,6 @@ target_link_libraries( ${PROJECT_NAME} PRIVATE
|
||||
|
||||
"networksystem"
|
||||
"pluginsystem"
|
||||
# "materialsystem"
|
||||
"filesystem"
|
||||
"datacache"
|
||||
"EbisuSDK"
|
||||
@ -88,6 +87,7 @@ target_link_libraries( ${PROJECT_NAME} PRIVATE
|
||||
"codecs"
|
||||
|
||||
"inputsystem"
|
||||
"materialsystem"
|
||||
|
||||
"vguimatsurface"
|
||||
"vgui"
|
||||
|
Loading…
x
Reference in New Issue
Block a user