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:
Kawe Mazidjatari 2023-05-13 19:39:17 +02:00
parent c96ca324c9
commit 934819574b

View File

@ -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"