Update protobuf.cmake

This commit is contained in:
Michal 2026-01-26 21:34:34 +04:00 • committed by GitHub
parent 9e715648a4
commit 4139a65172
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@ set(PROTO_TARGETS
${CSGO_PROTO_DIR}/gcsystemmsgs.proto
${CSGO_PROTO_DIR}/cstrike15_gcmessages.proto
${CSGO_PROTO_DIR}/cstrike15_usermessages.proto
${CSGO_PROTO_DIR}/source2_steam_stats.proto
${CSGO_PROTO_DIR}/netmessages.proto
${CSGO_PROTO_DIR}/steammessages.proto
${CSGO_PROTO_DIR}/usercmd.proto
@ -61,4 +62,4 @@ elseif(UNIX)
target_link_libraries(Protobufs PUBLIC ${SOURCESDK_DIR}/lib/linux64/release/libprotobuf.a)
endif()
set_target_properties(Protobufs PROPERTIES LINKER_LANGUAGE CXX)
set_target_properties(Protobufs PROPERTIES FOLDER SDK)
set_target_properties(Protobufs PROPERTIES FOLDER SDK)