1
0
mirror of https://github.com/Mauler125/r5sdk.git synced 2025-02-09 19:15:03 +01:00

Fix dedicated server compiler error

Client exclusive, moved to client only group.
This commit is contained in:
Amos 2023-06-22 18:26:29 +02:00
parent b13cc071a9
commit 89458eb23e

@ -120,8 +120,6 @@ add_sources( SOURCE_GROUP "Client"
"client/cl_ents_parse.h"
"client/client.cpp"
"client/client.h"
"client/datablock_receiver.cpp"
"client/datablock_receiver.h"
)
add_sources( SOURCE_GROUP "Shared"
@ -143,6 +141,8 @@ add_sources( SOURCE_GROUP "Client" # Client only.
"client/cl_rcon.h"
"client/vengineclient_impl.cpp"
"client/vengineclient_impl.h"
"client/datablock_receiver.cpp"
"client/datablock_receiver.h"
)
endif()