Something working I guess?

This commit is contained in:
2024-05-17 15:33:31 -07:00
parent b1ea3f88c2
commit 801693867a
5 changed files with 57 additions and 2 deletions

View File

@ -20,3 +20,10 @@ if (NOT TARGET solanaceae_plugin)
FetchContent_MakeAvailable(solanaceae_plugin)
endif()
if (NOT TARGET WinToast)
FetchContent_Declare(WinToast_ext
GIT_REPOSITORY https://github.com/mohabouje/WinToast.git
GIT_TAG master
)
FetchContent_MakeAvailable(WinToast_ext)
endif()