| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "compileGroups":
- [
- {
- "language": "CXX",
- "sourcePaths": [
- "^empty\\.cxx$"
- ],
- "includes": null,
- "defines": null,
- "frameworks":
- [
- {
- "isSystem": null,
- "path": "^.*/framework/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?static_framework.framework",
- "backtrace": null
- },
- {
- "isSystem": true,
- "path": "^.+/framework/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?shared_framework.framework",
- "backtrace": null
- },
- {
- "isSystem": true,
- "path": "/usr/Frameworks/Foo.framework",
- "backtrace": null
- }
- ],
- "compileCommandFragments": []
- }
- ],
- "link": {
- "language": "CXX",
- "lto": null,
- "commandFragments": [
- {
- "fragment": "-F.+/framework(/(Debug|Release|RelWithDebInfo|MinSizeRel))?\"? -F/usr/Frameworks$",
- "role": "frameworkPath",
- "backtrace": null
- },
- {
- "fragment": ".*static_framework\\.framework/.+/static_framework",
- "role": "libraries",
- "backtrace": [
- {
- "file": "^framework/CMakeLists\\.txt$",
- "line": 17,
- "command": "target_link_libraries",
- "hasParent": true
- },
- {
- "file": "^framework/CMakeLists\\.txt$",
- "line": null,
- "command": null,
- "hasParent": false
- }
- ]
- },
- {
- "fragment": ".*shared_framework\\.framework/.+/shared_framework",
- "role": "libraries",
- "backtrace": [
- {
- "file": "^framework/CMakeLists\\.txt$",
- "line": 17,
- "command": "target_link_libraries",
- "hasParent": true
- },
- {
- "file": "^framework/CMakeLists\\.txt$",
- "line": null,
- "command": null,
- "hasParent": false
- }
- ]
- }
- ]
- }
- }
|