Something working I guess?
This commit is contained in:
7
external/CMakeLists.txt
vendored
7
external/CMakeLists.txt
vendored
@ -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()
|
Reference in New Issue
Block a user