Skip to content

bsmithcompsci/Library-TwitchIRCSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitchIRCSDK-Logo

TwitchIRC Software Development Kit - Simplifies integration to Twitch API.

Installation

To keep things cross-platform, we want to use cmake; see Sample Project to see a full example project.

add_subdirectory(ThirdParty/TwitchIRCSDK)

target_link_libraries(MyProject PRIVATE TwitchIRCSDK)

Documentation

See the Wiki