mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Rename protocol projects
Renamed
This commit is contained in:
parent
0fe6af008c
commit
b4cc52c3d9
@ -53,9 +53,9 @@ target_link_libraries( ${PROJECT_NAME} PRIVATE
|
|||||||
"mathlib"
|
"mathlib"
|
||||||
"vphysics"
|
"vphysics"
|
||||||
|
|
||||||
"SigCache_PB"
|
"SigCache_Pb"
|
||||||
"SV_RCon_PB"
|
"SV_RCon_Pb"
|
||||||
"CL_RCon_PB"
|
"CL_RCon_Pb"
|
||||||
|
|
||||||
"rtech_tools"
|
"rtech_tools"
|
||||||
"rtech_game"
|
"rtech_game"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
cmake_minimum_required( VERSION 3.16 )
|
cmake_minimum_required( VERSION 3.16 )
|
||||||
add_module( "lib" "SigCache_PB" "vpc" ${FOLDER_CONTEXT} FALSE )
|
add_module( "lib" "SigCache_Pb" "vpc" ${FOLDER_CONTEXT} FALSE )
|
||||||
|
|
||||||
start_sources()
|
start_sources()
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ add_sources( SOURCE_GROUP "Runtime"
|
|||||||
end_sources()
|
end_sources()
|
||||||
thirdparty_suppress_warnings()
|
thirdparty_suppress_warnings()
|
||||||
|
|
||||||
add_module( "lib" "SV_RCon_PB" "vpc" ${FOLDER_CONTEXT} FALSE )
|
add_module( "lib" "SV_RCon_Pb" "vpc" ${FOLDER_CONTEXT} FALSE )
|
||||||
|
|
||||||
start_sources()
|
start_sources()
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ add_sources( SOURCE_GROUP "Runtime"
|
|||||||
end_sources()
|
end_sources()
|
||||||
thirdparty_suppress_warnings()
|
thirdparty_suppress_warnings()
|
||||||
|
|
||||||
add_module( "lib" "CL_RCon_PB" "vpc" ${FOLDER_CONTEXT} FALSE )
|
add_module( "lib" "CL_RCon_Pb" "vpc" ${FOLDER_CONTEXT} FALSE )
|
||||||
|
|
||||||
start_sources()
|
start_sources()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user