Skip to content

Commit 28ac93d

Browse files
authored
Merge pull request #2294 from Jarod42/projects_kind_none
Add projects web and github
2 parents bf235c0 + 8825fde commit 28ac93d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

premake5.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,17 @@
273273
defines { "LUA_USE_POSIX", "LUA_USE_DLOPEN", "_BSD_SOURCE" }
274274
links { "network", "bsd" }
275275

276+
if premake.action.supports("None") then
277+
project "Web"
278+
kind "None"
276279

280+
files "website/**"
281+
282+
project "Github"
283+
kind "None"
284+
285+
files ".github/**"
286+
end
277287
-- optional 3rd party libraries
278288
group "contrib"
279289
include "contrib/lua"

0 commit comments

Comments
 (0)