Merge pull request #25 from sephiroth99/fix-linux

Build testbed only on Windows.
This commit is contained in:
Ben Vanik 2015-09-22 07:16:15 -07:00
commit 5daeae7d73

View File

@ -14,4 +14,6 @@ project("elemental-forms")
})
recursive_platform_files("src/")
include("testbed")
if os.is("windows") then
include("testbed")
end