diff --git a/premake5.lua b/premake5.lua index 1a17765..5dd3b15 100644 --- a/premake5.lua +++ b/premake5.lua @@ -14,4 +14,6 @@ project("elemental-forms") }) recursive_platform_files("src/") -include("testbed") +if os.is("windows") then + include("testbed") +end