mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
deps: update win toast
This commit is contained in:
parent
e1df4a010b
commit
488ef4d913
2
deps/WinToast
vendored
2
deps/WinToast
vendored
@ -1 +1 @@
|
||||
Subproject commit 5e441fd03543b999edb663caf8df7be37c0d575c
|
||||
Subproject commit 40761d77b928ec08ea281102a806667f1deb3fb5
|
6
deps/premake/wintoast.lua
vendored
6
deps/premake/wintoast.lua
vendored
@ -9,7 +9,7 @@ end
|
||||
|
||||
function wintoast.includes()
|
||||
includedirs {
|
||||
path.join(wintoast.source, "src"),
|
||||
path.join(wintoast.source, "include"),
|
||||
}
|
||||
end
|
||||
|
||||
@ -21,8 +21,8 @@ function wintoast.project()
|
||||
rapidjson.import();
|
||||
|
||||
files {
|
||||
path.join(wintoast.source, "src/*.h"),
|
||||
path.join(wintoast.source, "src/*.cpp"),
|
||||
path.join(wintoast.source, "include/wintoastlib.h"),
|
||||
path.join(wintoast.source, "src/wintoastlib.cpp"),
|
||||
}
|
||||
|
||||
warnings "Off"
|
||||
|
Loading…
Reference in New Issue
Block a user