mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-07 09:43:40 +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
12 lines
344 B
CMake
12 lines
344 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: Protocol Buffers
|
|
Description: Google's Data Interchange Format
|
|
Version: @protobuf_VERSION@
|
|
Libs: -L${libdir} -lprotobuf @CMAKE_THREAD_LIBS_INIT@
|
|
Cflags: -I${includedir}
|
|
Conflicts: protobuf-lite
|