Skip to content

WinDevices v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jan 19:56

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