|
|
|
@ -1,4 +1,4 @@ |
|
|
|
-- Examples helpers |
|
|
|
-- Tests/examples helpers |
|
|
|
|
|
|
|
|
|
|
|
function SetupExampleProject() |
|
|
|
function SetupExampleProject() |
|
|
|
SetupNativeProjects() |
|
|
|
SetupNativeProjects() |
|
|
|
@ -78,6 +78,7 @@ function SetupTestProjects(name, file, lib) |
|
|
|
|
|
|
|
|
|
|
|
project(name .. ".CLI") |
|
|
|
project(name .. ".CLI") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SetupNativeProject() |
|
|
|
kind "SharedLib" |
|
|
|
kind "SharedLib" |
|
|
|
language "C++" |
|
|
|
language "C++" |
|
|
|
flags { "Managed" } |
|
|
|
flags { "Managed" } |
|
|
|
|