Skip to content

Releases: TorinKS/WinDeviceslib

WinDevices v0.1.1

05 Jan 19:56

Choose a tag to compare

Changes from v0.1.0 to v0.1.1

  • Initial release

Statistics

  • Total commits: 0

Installation

Using CMake FetchContent

include(FetchContent)
FetchContent_Declare(
    WinDevices
    GIT_REPOSITORY https://github.com/TorinKS/WinDeviceslib.git
    GIT_TAG v0.1.1
)
FetchContent_MakeAvailable(WinDevices)

target_link_libraries(your_target PRIVATE WinDevices::WinDevicesAPI)

Manual Installation

Download the release package and extract to your preferred location.

Documentation