Browse Source

Fix generation of VS projects under non-Windows platforms.

pull/1298/head
Joao Matos 5 years ago
parent
commit
97adce334b
  1. 8
      tests/VTables/premake4.lua

8
tests/VTables/premake4.lua

@ -1,5 +1,9 @@ @@ -1,5 +1,9 @@
group "Tests/VTables"
SetupTestCSharp("VTables")
project("VTables.Native")
rtti "On"
if EnableNativeProjects() then
project("VTables.Native")
rtti "On"
end

Loading…
Cancel
Save