11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
|
|
framework module GoogleAppMeasurement {
|
||
|
|
umbrella header "GoogleAppMeasurement-umbrella.h"
|
||
|
|
export *
|
||
|
|
module * { export * }
|
||
|
|
link framework "Security"
|
||
|
|
link framework "SystemConfiguration"
|
||
|
|
link "c++"
|
||
|
|
link "sqlite3"
|
||
|
|
link "z"
|
||
|
|
}
|