julianxhokaxhiu / SteamworksSDKCI

CI builds of Steamworks SDK for CMake build systems

Home Page:https://partner.steamgames.com/downloads/list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overall Downloads GitHub Actions Workflow Status

SteamworksSDKCI

CI builds of Steamworks SDK for CMake build systems

How to use

PLEASE NOTE: Choose the relative version tag before using CMake files as they will be updated to reflect each version needs!

See cmake folder for include files. Then in your own library CMakeLists.txt do:

find_package(SteamworksSDK REQUIRED)

...

target_link_libraries(<libname>
  ...
  # Link the SDK
  SteamworksSDK::SteamworksSDK
  # Link the AppTicket
  SteamworksSDK::AppTicket
  ...
)

SDK Documentation

SDK documentation can be found here: https://partner.steamgames.com/doc/sdk

About

CI builds of Steamworks SDK for CMake build systems

https://partner.steamgames.com/downloads/list


Languages

Language:C++ 51.0%Language:C 45.5%Language:Objective-C++ 2.8%Language:Shell 0.2%Language:Python 0.1%Language:Makefile 0.1%Language:Objective-C 0.0%Language:CMake 0.0%Language:HTML 0.0%Language:Batchfile 0.0%