mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-04 00:23:25 +08:00
c5d57c03ee
* Replace protobuf 2.6.1 with 3.21.8 * Update/add protobuf libs * Add CS2 protos * Remove old csgo/dota protos * Add versioned protoc bin * Comment out Valve's `schema` define for now * Use ENetworkDisconnectionReason * Fix-up `offsetof` to avoid errors on some Clang versions
8 lines
281 B
CMake
8 lines
281 B
CMake
# Verbose output
|
|
option(protobuf_VERBOSE "Enable for verbose output" OFF)
|
|
mark_as_advanced(protobuf_VERBOSE)
|
|
|
|
# FindProtobuf module compatible
|
|
option(protobuf_MODULE_COMPATIBLE "CMake built-in FindProtobuf.cmake module compatible" OFF)
|
|
mark_as_advanced(protobuf_MODULE_COMPATIBLE)
|