11{
2- "workspace_type": "File System Workspace",
3- "name": "CodeLiteIDE-Linux",
4- "configs": [{
5- "name": "Debug",
6- "targets": [["Run CMake - Debug", "mkdir -p .build-debug && cd .build-debug && cmake -DCMAKE_BUILD_TYPE=Debug .. -Wno-dev"], ["build", "cd .build-debug && make -j12 install"], ["clean", "cd .build-debug && make -j12 clean"]],
7- "file_extensions": "*.cpp;*.c;*.txt;*.json;*.hpp;*.cc;*.cxx;*.xml;*.h;*.wxcp;*.xrc;*.py",
8- "excludeFilesPattern": "*.o;*.pyc;*.obj;*.workspace;*.o.d;*.exe;*.dll;*.project",
9- "excludePaths": "codelite-cli;codelite-icons;codelite-icons-dark;codelite-icons-fresh-farm;codelite_echo;codelite_make;bitmaps;bitmaps-dark;bitmaps-light;.build-debug;.build-release;CallGraph",
10- "debugger": "GNU gdb debugger"
11- }, {
12- "name": "Release",
13- "targets": [["Run CMake - Release", "mkdir -p .build-release && cd .build-release && cmake -DCMAKE_BUILD_TYPE=Release .."], ["build", "cd .build-release && make -j12 install"], ["clean", "cd .build-release && make -j12 clean"]],
14- "file_extensions": "*.cpp;*.c;*.txt;*.json;*.hpp;*.cc;*.cxx;*.xml;*.h;*.wxcp;.*.xrc;*.cmake;*.rc;*.py;*.md;*.xrc",
15- "excludeFilesPattern": "*.o;*.pyc;*.obj;*.workspace;*.o.d;*.exe;*.dll;*.project",
16- "excludePaths": "codelite-cli;codelite-icons;codelite-icons-dark;codelite-icons-fresh-farm;codelite_echo;codelite_make;bitmaps;bitmaps-dark;bitmaps-light;.build-debug;.build-release;CallGraph",
17- "debugger": "GNU gdb debugger"
18- }]
2+ "workspace_type": "File System Workspace",
3+ "name": "CodeLiteIDE-Linux",
4+ "configs": [
5+ {
6+ "name": "Debug",
7+ "targets": [
8+ [
9+ "Run CMake - Debug",
10+ "mkdir -p .build-debug && cd .build-debug && cmake -DCMAKE_BUILD_TYPE=Debug .. -Wno-dev"
11+ ],
12+ [
13+ "build",
14+ "cd .build-debug && make -j12 install"
15+ ],
16+ [
17+ "clean",
18+ "cd .build-debug && make -j12 clean"
19+ ]
20+ ],
21+ "file_extensions": "*.cpp;*.c;*.txt;*.json;*.hpp;*.cc;*.cxx;*.xml;*.h;*.wxcp;*.xrc;*.py",
22+ "excludeFilesPattern": "*.o;*.pyc;*.obj;*.workspace;*.o.d;*.exe;*.dll;*.project",
23+ "excludePaths": "codelite-cli;codelite-icons;codelite-icons-dark;codelite-icons-fresh-farm;codelite_echo;codelite_make;bitmaps;bitmaps-dark;bitmaps-light;.build-debug;.build-release;CallGraph",
24+ "debugger": "GNU gdb debugger"
25+ },
26+ {
27+ "name": "Release",
28+ "targets": [
29+ [
30+ "Run CMake - Release",
31+ "mkdir -p .build-release && cd .build-release && cmake -DCMAKE_BUILD_TYPE=Release .."
32+ ],
33+ [
34+ "build",
35+ "cd .build-release && make -j12 install"
36+ ],
37+ [
38+ "clean",
39+ "cd .build-release && make -j12 clean"
40+ ]
41+ ],
42+ "file_extensions": "*.cpp;*.c;*.txt;*.json;*.hpp;*.cc;*.cxx;*.xml;*.h;*.wxcp;.*.xrc;*.cmake;*.rc;*.py;*.md;*.xrc",
43+ "excludeFilesPattern": "*.o;*.pyc;*.obj;*.workspace;*.o.d;*.exe;*.dll;*.project",
44+ "excludePaths": "codelite-cli;codelite-icons;codelite-icons-dark;codelite-icons-fresh-farm;codelite_echo;codelite_make;bitmaps;bitmaps-dark;bitmaps-light;.build-debug;.build-release;CallGraph",
45+ "debugger": "GNU gdb debugger"
46+ }
47+ ]
1948}
0 commit comments