Releases: Wammero/polymarket-sdk-cpp
Releases · Wammero/polymarket-sdk-cpp
v2.1.1
Installation
include(FetchContent)
FetchContent_Declare(polymarket
GIT_REPOSITORY https://github.com/Wammero/polymarket-sdk-cpp.git
GIT_TAG v2.1.1)
FetchContent_MakeAvailable(polymarket)
target_link_libraries(your_app PRIVATE polymarket)See CHANGELOG.md for details.
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Installation
include(FetchContent)
FetchContent_Declare(polymarket
GIT_REPOSITORY https://github.com/Wammero/polymarket-sdk-cpp.git
GIT_TAG v2.1.0)
FetchContent_MakeAvailable(polymarket)
target_link_libraries(your_app PRIVATE polymarket)See CHANGELOG.md for details.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Installation
include(FetchContent)
FetchContent_Declare(polymarket
GIT_REPOSITORY https://github.com/Wammero/polymarket-sdk-cpp.git
GIT_TAG v2.0.0)
FetchContent_MakeAvailable(polymarket)
target_link_libraries(your_app PRIVATE polymarket)See CHANGELOG.md for details.
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Installation
include(FetchContent)
FetchContent_Declare(polymarket
GIT_REPOSITORY https://github.com/Wammero/polymarket-sdk-cpp.git
GIT_TAG v1.0.0)
FetchContent_MakeAvailable(polymarket)
target_link_libraries(your_app PRIVATE polymarket)See CHANGELOG.md for details.
Full Changelog: https://github.com/Wammero/polymarket-sdk-cpp/commits/v1.0.0