mirror of
https://github.com/xenia-project/elemental-forms.git
synced 2024-11-23 03:29:43 +00:00
Merge pull request #25 from sephiroth99/fix-linux
Build testbed only on Windows.
This commit is contained in:
commit
5daeae7d73
@ -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