File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ //
2
+ // Package.swift
3
+ // PerfectLib
4
+ //
5
+ // Created by Kyle Jessup on 3/22/16.
6
+ // Copyright (C) 2016 PerfectlySoft, Inc.
7
+ //
8
+ //===----------------------------------------------------------------------===//
9
+ //
10
+ // This source file is part of the Perfect.org open source project
11
+ //
12
+ // Copyright (c) 2015 - 2016 PerfectlySoft Inc. and the Perfect project authors
13
+ // Licensed under Apache License v2.0
14
+ //
15
+ // See http://perfect.org/licensing.html for license information
16
+ //
17
+ //===----------------------------------------------------------------------===//
18
+ //
19
+
20
+ import PackageDescription
21
+
22
+ let package = Package (
23
+ name: " mysqlclient " ,
24
+ pkgConfig: " mysqlclient " ,
25
+ providers: [ ]
26
+ )
Original file line number Diff line number Diff line change
1
+
2
+
3
+
Original file line number Diff line number Diff line change
1
+ module mysqlclient {
2
+ header "/usr/local/mysql/include/mysql.h"
3
+ link "mysqlclient"
4
+ export *
5
+ }
You can’t perform that action at this time.
0 commit comments