apple_exe_framework.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "compileGroups":
  3. [
  4. {
  5. "language": "CXX",
  6. "sourcePaths": [
  7. "^empty\\.cxx$"
  8. ],
  9. "includes": null,
  10. "defines": null,
  11. "frameworks":
  12. [
  13. {
  14. "isSystem": null,
  15. "path": "^.*/framework/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?static_framework.framework",
  16. "backtrace": null
  17. },
  18. {
  19. "isSystem": true,
  20. "path": "^.+/framework/((Debug|Release|RelWithDebInfo|MinSizeRel)/)?shared_framework.framework",
  21. "backtrace": null
  22. },
  23. {
  24. "isSystem": true,
  25. "path": "/usr/Frameworks/Foo.framework",
  26. "backtrace": null
  27. }
  28. ],
  29. "compileCommandFragments": []
  30. }
  31. ],
  32. "link": {
  33. "language": "CXX",
  34. "lto": null,
  35. "commandFragments": [
  36. {
  37. "fragment": "-F.+/framework(/(Debug|Release|RelWithDebInfo|MinSizeRel))?\"? -F/usr/Frameworks$",
  38. "role": "frameworkPath",
  39. "backtrace": null
  40. },
  41. {
  42. "fragment": ".*static_framework\\.framework/.+/static_framework",
  43. "role": "libraries",
  44. "backtrace": [
  45. {
  46. "file": "^framework/CMakeLists\\.txt$",
  47. "line": 17,
  48. "command": "target_link_libraries",
  49. "hasParent": true
  50. },
  51. {
  52. "file": "^framework/CMakeLists\\.txt$",
  53. "line": null,
  54. "command": null,
  55. "hasParent": false
  56. }
  57. ]
  58. },
  59. {
  60. "fragment": ".*shared_framework\\.framework/.+/shared_framework",
  61. "role": "libraries",
  62. "backtrace": [
  63. {
  64. "file": "^framework/CMakeLists\\.txt$",
  65. "line": 17,
  66. "command": "target_link_libraries",
  67. "hasParent": true
  68. },
  69. {
  70. "file": "^framework/CMakeLists\\.txt$",
  71. "line": null,
  72. "command": null,
  73. "hasParent": false
  74. }
  75. ]
  76. }
  77. ]
  78. }
  79. }