Skip to content

Commit

Permalink
Update premake5.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorton06 committed Jun 24, 2024
1 parent d4f8173 commit 196e920
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Lumos/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ project "Lumos"

removefiles
{
"Source/Lumos/Platform/**",
"Source/Precompiled.h",
"Source/Precompiled.cpp"
"Source/Lumos/Platform/**"
}

includedirs
Expand Down Expand Up @@ -178,6 +176,12 @@ project "Lumos"
"Source/Lumos/Platform/Vulkan/*.cpp"
}

removefiles
{
"Source/Precompiled.h",
"Source/Precompiled.cpp"
}

defines
{
"LUMOS_PLATFORM_MACOS",
Expand Down

0 comments on commit 196e920

Please sign in to comment.