Bump lib/WinToast from 5e441fd to 821c481 (#4894)

This also changes the build method from a custom FindPackage solution to using their cmake file

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
Co-authored-by: nerix <nero.9@hotmail.de>
This commit is contained in:
dependabot[bot]
2023-10-13 18:49:12 +02:00
committed by GitHub
parent 21427e0dc5
commit cbc2d3d683
4 changed files with 3 additions and 15 deletions
-12
View File
@@ -1,12 +0,0 @@
if (EXISTS ${CMAKE_SOURCE_DIR}/lib/WinToast/src/wintoastlib.cpp)
set(WinToast_FOUND TRUE)
add_library(WinToast ${CMAKE_SOURCE_DIR}/lib/WinToast/src/wintoastlib.cpp)
target_include_directories(WinToast PUBLIC "${CMAKE_SOURCE_DIR}/lib/WinToast/src/")
else ()
set(WinToast_FOUND FALSE)
message("WinToast submodule not found!")
endif ()