Browse Source

Setup CLI project location properly to fix tests generation.

pull/43/head
triton 12 years ago
parent
commit
c9882f411f
  1. 3
      build/Tests.lua

3
build/Tests.lua

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

Loading…
Cancel
Save