Build testbed only on Windows.

Do not build testbed under any other OS than Windows.

Also the testbed project has mixed C++ and C files, which does not build
under the current Linux build framework (premake and clang).
This commit is contained in:
sephiroth99 2015-09-22 00:01:53 -04:00
parent f0f692cb72
commit 8561ccb6cb

View File

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