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 @@
group "Tests/VTables" group "Tests/VTables"
SetupTestCSharp("VTables") SetupTestCSharp("VTables")
project("VTables.Native") if EnableNativeProjects() then
rtti "On"
project("VTables.Native")
rtti "On"
end

Loading…
Cancel
Save