This commit is contained in:
Jonas Salling
2020-10-07 22:42:25 +02:00
parent 71e687335c
commit 8e8a4c901c
7 changed files with 17 additions and 10 deletions

View File

@@ -19,18 +19,19 @@ let package = Package(
name: "yoga",
dependencies: [],
path: "./yoga",
publicHeadersPath: "./yoga",
// publicHeadersPath: "./yoga",
cxxSettings: [
.headerSearchPath("../"),
.unsafeFlags([
"-fno-omit-frame-pointer",
"-fexceptions",
"-Wall",
"-Werror",
"-std=c++1y",
"-fPIC",
])
// .unsafeFlags([
// "-fno-omit-frame-pointer",
// "-fexceptions",
// "-Wall",
// "-Werror",
// "-std=c++1y",
// "-fPIC",
// ])
]
)
]
],
cxxLanguageStandard: .cxx11
)

1
yoga/include/YGEnums.h Symbolic link
View File

@@ -0,0 +1 @@
../YGEnums.h

1
yoga/include/YGMacros.h Symbolic link
View File

@@ -0,0 +1 @@
../YGMacros.h

1
yoga/include/YGNode.h Symbolic link
View File

@@ -0,0 +1 @@
../YGNode.h

1
yoga/include/YGStyle.h Symbolic link
View File

@@ -0,0 +1 @@
../YGStyle.h

1
yoga/include/YGValue.h Symbolic link
View File

@@ -0,0 +1 @@
../YGValue.h

1
yoga/include/Yoga.h Symbolic link
View File

@@ -0,0 +1 @@
../Yoga.h