Update protobuf.cmake

This commit is contained in:
Michal 2026-07-10 12:51:45 +02:00 • committed by GitHub
parent a3ccf7f44a
commit b6c81b3b53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@ set(PROTO_TARGETS
${CSGO_PROTO_DIR}/gameevents.proto ${CSGO_PROTO_DIR}/gameevents.proto
${CSGO_PROTO_DIR}/clientmessages.proto ${CSGO_PROTO_DIR}/clientmessages.proto
${CSGO_PROTO_DIR}/te.proto ${CSGO_PROTO_DIR}/te.proto
${CSGO_PROTO_DIR}/valveextensions.proto
) )
if(UNIX) if(UNIX)