9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
|
|
framework module GoogleUtilities {
|
||
|
|
umbrella header "GoogleUtilities-umbrella.h"
|
||
|
|
export *
|
||
|
|
module * { export * }
|
||
|
|
link framework "Security"
|
||
|
|
link framework "SystemConfiguration"
|
||
|
|
link "z"
|
||
|
|
}
|