Skip to content

julianxhokaxhiu/SteamworksSDKCI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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