2024-11-12 16:03:17 -05:00
2024-11-12 16:03:17 -05:00
2024-11-12 16:03:17 -05:00
2024-11-12 16:03:17 -05:00
2024-11-12 16:03:17 -05:00

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

Description
CI builds of Steamworks SDK for CMake build systems
Readme 37 MiB
1.61 Latest
2024-11-12 16:04:23 -05:00
Languages
C 41.4%
C++ 41.2%
Csound Document 14.5%
Objective-C++ 2.4%
Rich Text Format 0.2%
Other 0.2%