An open API service indexing awesome lists of open source software.

https://github.com/julianxhokaxhiu/steamworkssdkci

CI builds of Steamworks SDK for CMake build systems
https://github.com/julianxhokaxhiu/steamworkssdkci

Last synced: 5 months ago
JSON representation

CI builds of Steamworks SDK for CMake build systems

Awesome Lists containing this project

README

        

![Overall Downloads](https://img.shields.io/github/downloads/julianxhokaxhiu/SteamworksSDKCI/total?label=Overall%20Downloads) ![GitHub Actions Workflow Status](https://github.com/julianxhokaxhiu/SteamworksSDKCI/actions/workflows/main-1.59.yml/badge.svg?branch=master)

# SteamworksSDKCI
CI builds of Steamworks SDK for CMake build systems

## How to use

> **PLEASE NOTE:** Choose the relative [version tag](https://github.com/julianxhokaxhiu/SteamworksSDKCI/tags) before using CMake files as they **will be updated to reflect each version needs**!

See [cmake](cmake) folder for include files. Then in your own library `CMakeLists.txt` do:

```cmake
find_package(SteamworksSDK REQUIRED)

...

target_link_libraries(
...
# Link the SDK
SteamworksSDK::SteamworksSDK
# Link the AppTicket
SteamworksSDK::AppTicket
...
)
```

## SDK Documentation

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