mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Merge pull request #677 from diamante0018/develop
deps: update win toast
This commit is contained in:
commit
3d47db2be7
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()
|
function wintoast.includes()
|
||||||
includedirs {
|
includedirs {
|
||||||
path.join(wintoast.source, "src"),
|
path.join(wintoast.source, "include"),
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -21,8 +21,8 @@ function wintoast.project()
|
|||||||
rapidjson.import();
|
rapidjson.import();
|
||||||
|
|
||||||
files {
|
files {
|
||||||
path.join(wintoast.source, "src/*.h"),
|
path.join(wintoast.source, "include/wintoastlib.h"),
|
||||||
path.join(wintoast.source, "src/*.cpp"),
|
path.join(wintoast.source, "src/wintoastlib.cpp"),
|
||||||
}
|
}
|
||||||
|
|
||||||
warnings "Off"
|
warnings "Off"
|
||||||
|
Loading…
Reference in New Issue
Block a user