Karim/exclude non yoga search paths #1779

Open
karim-alweheshy wants to merge 1 commits from karim-alweheshy/karim/exclude_non_yoga_search_paths into main

View File

@@ -19,6 +19,13 @@ let package = Package(
.target( .target(
name: "core", name: "core",
path: ".", path: ".",
exclude: [
"capture",
"benchmark",
"javascript",
"java",
"tests",
],
sources: [ sources: [
"yoga" "yoga"
], ],