Browse Source

Remove the SDL tests from the main build.

pull/22/merge
triton 12 years ago
parent
commit
aa8cc62c08
  1. 3
      examples/SDL/premake4.lua

3
examples/SDL/premake4.lua

@ -9,6 +9,7 @@ project "SDL" @@ -9,6 +9,7 @@ project "SDL"
links { "CppSharp.AST", "CppSharp.Generator" }
if config.ExampleTests then
project "SDL.Tests"
@ -53,3 +54,5 @@ project "SDL.Tests" @@ -53,3 +54,5 @@ project "SDL.Tests"
libdir .. "/SDL/SDL_video.cs",
"*.lua"
}
end
Loading…
Cancel
Save