chore(premake5.lua): remove updater.cpp from build
This commit is contained in:
parent
f613fe8adb
commit
aa75f2247e
@ -387,4 +387,10 @@ links {"common"}
|
|||||||
dependencies.imports()
|
dependencies.imports()
|
||||||
|
|
||||||
group "Dependencies"
|
group "Dependencies"
|
||||||
dependencies.projects()
|
dependencies.projects()
|
||||||
|
|
||||||
|
removefiles { "src/client/component/updater.cpp", "src/client/component/updater.hpp" }
|
||||||
|
|
||||||
|
-- filter { "configurations:Release", "files:src/client/component/updater.cpp" }
|
||||||
|
-- flags { "ExcludeFromBuild" }
|
||||||
|
-- filter {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user