mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-21 04:02:22 +02:00
15 lines
323 B
Python
15 lines
323 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "mouseclamp",
|
|
"sources": ["mouseclamp.mm"],
|
|
"xcode_settings": {
|
|
"CLANG_ENABLE_OBJC_ARC": "NO",
|
|
"OTHER_CFLAGS": ["-fobjc-exceptions"]
|
|
},
|
|
"libraries": ["-framework Cocoa"],
|
|
"conditions": [["OS!=\"mac\"", {"type": "none"}]]
|
|
}
|
|
]
|
|
}
|