Skip to content

Commit

Permalink
Link FAVHID against our more modern C++/WinRT
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jan 3, 2024
1 parent 2a13b34 commit 08ec3eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions third-party/favhidclient.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ FetchContent_Declare(

FetchContent_MakeAvailable(favhidclient)

# Build against the same version. Generally a good idea, but especially needed
# for /await compat with the obsolete toolchain on github actions
target_link_libraries(favhid PUBLIC ThirdParty-CppWinRT)

add_library(ThirdParty-FAVHIDClient ALIAS favhid)

0 comments on commit 08ec3eb

Please sign in to comment.