Skip to content

Commit

Permalink
added module map
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince Ugwuh committed Feb 22, 2016
0 parents commit fb61b35
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import PackageDescription

let package = Package(
name: "CPostgreSQL"
)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# cpostgresql
5 changes: 5 additions & 0 deletions module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module CPostgreSQL [system] {
header "/usr/local/include/libpq-fe.h"
link "postgresql"
export *
}

0 comments on commit fb61b35

Please sign in to comment.