| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- {
- "compileGroups": [
- {
- "language": "CXX",
- "sourcePaths": [
- ".*cmake_pch(_[^.]+)?(\\.hxx)?\\.cxx$"
- ],
- "includes": null,
- "defines": null,
- "precompileHeaders": [
- {
- "header": ".*empty\\.h$",
- "backtrace": [
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": 21,
- "command": "target_precompile_headers",
- "hasParent": true
- },
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": null,
- "command": null,
- "hasParent": false
- }
- ]
- }
- ],
- "compileCommandFragments": [
- {
- "fragment": "TargetCompileOptions",
- "backtrace": [
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": 17,
- "command": "target_compile_options",
- "hasParent": true
- },
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": null,
- "command": null,
- "hasParent": false
- }
- ]
- }
- ]
- },
- {
- "language": "CXX",
- "sourcePaths": [
- "^empty\\.cxx$"
- ],
- "includes": null,
- "defines": null,
- "precompileHeaders": [
- {
- "header": ".*empty\\.h$",
- "backtrace": [
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": 21,
- "command": "target_precompile_headers",
- "hasParent": true
- },
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": null,
- "command": null,
- "hasParent": false
- }
- ]
- }
- ],
- "compileCommandFragments": [
- {
- "fragment": "TargetCompileOptions",
- "backtrace": [
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": 17,
- "command": "target_compile_options",
- "hasParent": true
- },
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": null,
- "command": null,
- "hasParent": false
- }
- ]
- }
- ]
- }
- ],
- "sources": [
- {
- "path": ".*cmake_pch(_[^.]+)?(\\.hxx)?\\.cxx$",
- "isGenerated": null,
- "sourceGroupName": "Source Files",
- "compileGroupLanguage": "CXX",
- "backtrace": [
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": null,
- "command": null,
- "hasParent": false
- }
- ]
- },
- {
- "path": "^empty\\.cxx$",
- "isGenerated": null,
- "sourceGroupName": "Source Files",
- "compileGroupLanguage": "CXX",
- "backtrace": [
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": 5,
- "command": "add_executable",
- "hasParent": true
- },
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": null,
- "command": null,
- "hasParent": false
- }
- ]
- },
- {
- "path": ".*/Debug/cmake_pch(_[^.]+)?\\.hxx$",
- "isGenerated": null,
- "sourceGroupName": "Precompile Header File",
- "compileGroupLanguage": null,
- "backtrace": [
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": null,
- "command": null,
- "hasParent": false
- }
- ]
- },
- {
- "path": ".*/Release/cmake_pch(_[^.]+)?\\.hxx$",
- "isGenerated": null,
- "sourceGroupName": "Precompile Header File",
- "compileGroupLanguage": null,
- "backtrace": [
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": null,
- "command": null,
- "hasParent": false
- }
- ]
- },
- {
- "path": ".*/MinSizeRel/cmake_pch(_[^.]+)?\\.hxx$",
- "isGenerated": null,
- "sourceGroupName": "Precompile Header File",
- "compileGroupLanguage": null,
- "backtrace": [
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": null,
- "command": null,
- "hasParent": false
- }
- ]
- },
- {
- "path": ".*/RelWithDebInfo/cmake_pch(_[^.]+)?\\.hxx$",
- "isGenerated": null,
- "sourceGroupName": "Precompile Header File",
- "compileGroupLanguage": null,
- "backtrace": [
- {
- "file": "^cxx/CMakeLists\\.txt$",
- "line": null,
- "command": null,
- "hasParent": false
- }
- ]
- }
- ],
- "sourceGroups": [
- {
- "name": "Source Files",
- "sourcePaths": [
- ".*cmake_pch(_[^.]+)?(\\.hxx)?\\.cxx$",
- "^empty\\.cxx$"
- ]
- },
- {
- "name": "Precompile Header File",
- "sourcePaths": [
- ".*/Debug/cmake_pch(_[^.]+)?\\.hxx$",
- ".*/Release/cmake_pch(_[^.]+)?\\.hxx$",
- ".*/MinSizeRel/cmake_pch(_[^.]+)?\\.hxx$",
- ".*/RelWithDebInfo/cmake_pch(_[^.]+)?\\.hxx$"
- ]
- }
- ]
- }
|