mirror of https://github.com/mono/CppSharp.git
4 changed files with 19 additions and 3 deletions
@ -1,7 +1,9 @@ |
|||||||
|
include "../../build/Tests.lua" |
||||||
|
|
||||||
project "SDL" |
project "SDL" |
||||||
SetupExampleProject() |
SetupExampleProject() |
||||||
|
|
||||||
if config.ExampleTests then |
if config ~= nil and config.ExampleTests then |
||||||
|
|
||||||
project "SDL.Tests" |
project "SDL.Tests" |
||||||
|
|
||||||
Loading…
Reference in new issue