Skip to content
This repository has been archived by the owner on Nov 18, 2018. It is now read-only.

Commit

Permalink
added Module map and package file
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Dec 5, 2015
1 parent e3166b7 commit 4205821
Show file tree
Hide file tree
Showing 2 changed files with 9 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: "CUUID"
)
4 changes: 4 additions & 0 deletions module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module CUUID [system] {
header "/usr/include/uuid/uuid.h"
export *
}

0 comments on commit 4205821

Please sign in to comment.