diff --git a/examples/SDL/premake4.lua b/examples/SDL/premake4.lua index 76497855..ebe37687 100644 --- a/examples/SDL/premake4.lua +++ b/examples/SDL/premake4.lua @@ -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" libdir .. "/SDL/SDL_video.cs", "*.lua" } + +end \ No newline at end of file