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

View File

@ -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()