Skip to content

Commit

Permalink
added module map
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Jun 4, 2016
1 parent ea311af commit 1b904ef
Show file tree
Hide file tree
Showing 2 changed files with 10 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: "CFontConfig"
)
5 changes: 5 additions & 0 deletions module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module CFontConfig [system] {
header "/usr/include/fontconfig/fontconfig.h"
link "fontconfig"
export *
}

0 comments on commit 1b904ef

Please sign in to comment.