mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Move shared files from server
This commit is contained in:
parent
44e08be6d9
commit
904976e4f5
@ -107,10 +107,6 @@ add_sources( SOURCE_GROUP "Server"
|
|||||||
"server/sv_rcon.h"
|
"server/sv_rcon.h"
|
||||||
"server/vengineserver_impl.cpp"
|
"server/vengineserver_impl.cpp"
|
||||||
"server/vengineserver_impl.h"
|
"server/vengineserver_impl.h"
|
||||||
"shared/base_rcon.cpp"
|
|
||||||
"shared/base_rcon.h"
|
|
||||||
"shared/shared_rcon.cpp"
|
|
||||||
"shared/shared_rcon.h"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
add_sources( SOURCE_GROUP "Client"
|
add_sources( SOURCE_GROUP "Client"
|
||||||
@ -123,6 +119,13 @@ add_sources( SOURCE_GROUP "Client"
|
|||||||
"client/client.h"
|
"client/client.h"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
add_sources( SOURCE_GROUP "Shared"
|
||||||
|
"shared/base_rcon.cpp"
|
||||||
|
"shared/base_rcon.h"
|
||||||
|
"shared/shared_rcon.cpp"
|
||||||
|
"shared/shared_rcon.h"
|
||||||
|
)
|
||||||
|
|
||||||
if( ${PROJECT_NAME} STREQUAL "engine" )
|
if( ${PROJECT_NAME} STREQUAL "engine" )
|
||||||
add_sources( SOURCE_GROUP "Client" # Client only.
|
add_sources( SOURCE_GROUP "Client" # Client only.
|
||||||
"client/clientstate.cpp"
|
"client/clientstate.cpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user