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
- Host: GitHub
- URL: https://github.com/julianxhokaxhiu/steamworkssdkci
- Owner: julianxhokaxhiu
- Created: 2020-02-26T21:33:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T20:43:10.000Z (about 1 year ago)
- Last Synced: 2024-04-14T13:06:46.051Z (about 1 year ago)
- Language: C++
- Homepage: https://partner.steamgames.com/downloads/list
- Size: 429 MB
- Stars: 8
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
 
# 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