diff options
| author | Tom Brow | 2015-03-08 15:12:27 -0700 |
|---|---|---|
| committer | Tom Brow | 2015-03-08 15:12:27 -0700 |
| commit | d845d8cda9fa6d845b2071c89a9f2d7372876ff7 (patch) | |
| tree | ea20eb278ec3dabccb32fdfa45491bd099cee24c /Framework/MASShortcut.modulemap | |
| parent | 2efd8d1dcab7481aa0813b42d3d895cd9d2695bb (diff) | |
| download | MASShortcut-d845d8cda9fa6d845b2071c89a9f2d7372876ff7.tar.bz2 | |
module map
Diffstat (limited to 'Framework/MASShortcut.modulemap')
| -rw-r--r-- | Framework/MASShortcut.modulemap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Framework/MASShortcut.modulemap b/Framework/MASShortcut.modulemap new file mode 100644 index 0000000..e6307a1 --- /dev/null +++ b/Framework/MASShortcut.modulemap @@ -0,0 +1,6 @@ +framework module MASShortcut { + umbrella header "Shortcut.h" + + export * + module * { export * } +} |
