Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 208 Bytes

File metadata and controls

10 lines (8 loc) · 208 Bytes

steam-protos-cpp

Raw Steam Protos and the CMakeLists to generate them.

Usage

Include it:

find_package(SteamProtos REQUIRED)
target_link_libraries(MyTarget PRIVATE SteamProtos::SteamProtos)