mirror of
https://github.com/xenia-project/elemental-forms.git
synced 2024-11-26 21:10:25 +00:00
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:
parent
f0f692cb72
commit
8561ccb6cb
@ -14,4 +14,6 @@ project("elemental-forms")
|
||||
})
|
||||
recursive_platform_files("src/")
|
||||
|
||||
include("testbed")
|
||||
if os.is("windows") then
|
||||
include("testbed")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user