mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
Updated 160 PR according review comments.
This commit is contained in:
@@ -15,7 +15,7 @@ let package = Package(
|
||||
path: "./",
|
||||
exclude: [
|
||||
"./docs",
|
||||
"./dummySrcForSwift",
|
||||
"./src/swift",
|
||||
"./include",
|
||||
"./test",
|
||||
"./win",
|
||||
@@ -31,12 +31,11 @@ let package = Package(
|
||||
exclude: [
|
||||
"./docs",
|
||||
"./include",
|
||||
"./src",
|
||||
"./test",
|
||||
"./win",
|
||||
],
|
||||
sources: [
|
||||
"./dummySrcForSwift",
|
||||
"./src/swift",
|
||||
],
|
||||
publicHeadersPath: "./include"
|
||||
),
|
||||
|
1
src/swift/empty.c
Normal file
1
src/swift/empty.c
Normal file
@@ -0,0 +1 @@
|
||||
// This empty file is needed to trick swiftpm to build the header-only version of cglm as swiftpm itself does not support C targets that have no source code files
|
Reference in New Issue
Block a user