f5cb0bc6f3
- Added build script - Fixed merge errors for the makefile - Extended the makefile header Change-Id: Icbf2d9f76ab0f13eea70796fef20422ecdb3e342
43 lines
1.7 KiB
JSON
43 lines
1.7 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"/usr/lib/gcc/x86_64-redhat-linux/13/../../../../include/c++/13",
|
|
"/home/GHo/Documents/Code/CxxOpts/include",
|
|
"/home/GHo/Documents/Code/Theron++",
|
|
"/home/GHo/Documents/Code/Theron++/Utility",
|
|
"/home/GHo/Documents/Code/Theron++/Communication",
|
|
"/home/GHo/Documents/Code/Theron++/Communication/AMQ",
|
|
"/opt/AMPL/amplapi/include/ampl",
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"cStandard": "c23",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"compilerPath": "/usr/bin/g++",
|
|
"compilerArgs": [
|
|
"-std=c++23",
|
|
"-I/home/GHo/Documents/Code/Theron++",
|
|
"-I/home/GHo/Documents/Code/CxxOpts/include",
|
|
"-I/opt/AMPL/amplapi/include/ampl"
|
|
],
|
|
"cppStandard": "c++23",
|
|
"compilerPathInCppPropertiesJson": "/usr/bin/g++",
|
|
"mergeConfigurations": false,
|
|
"configurationProvider": "ms-vscode.makefile-tools",
|
|
"browse": {
|
|
"path": [
|
|
"/usr/lib/gcc/x86_64-redhat-linux/13/../../../../include/c++/13",
|
|
"/home/GHo/Documents/Code/Theron++",
|
|
"/home/GHo/Documents/Code/CxxOpts/include",
|
|
"/home/GHo/Documents/Code/Theron++/Utility",
|
|
"/home/GHo/Documents/Code/Theron++/Communication",
|
|
"/home/GHo/Documents/Code/Theron++/Examples"
|
|
],
|
|
"limitSymbolsToIncludedHeaders": false
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
} |