diff --git a/makefiles/protobuf.cmake b/makefiles/protobuf.cmake index d9f0734..42342c5 100644 --- a/makefiles/protobuf.cmake +++ b/makefiles/protobuf.cmake @@ -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) \ No newline at end of file +set_target_properties(Protobufs PROPERTIES FOLDER SDK)