forked from eranif/codelite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeLiteIDE-macOS.workspace
34 lines (34 loc) · 1.77 KB
/
CodeLiteIDE-macOS.workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"workspace_type": "File System Workspace",
"selected_config": "Release",
"name": "CodeLiteIDE-Linux",
"configs": [{
"name": "Debug",
"flags": 1,
"compile_flags": ["`wx-config --cflags`", "-I$(WorkspacePath)/Interfaces", "-I$(WorkspacePath)/CodeLite", "-I$(WorkspacePath)/Plugin"],
"file_extensions": "*.cpp;*.c;*.txt;*.json;*.hpp;*.cc;*.cxx;*.xml;*.h;*.wxcp",
"executable": "$(WorkspacePath)/build-debug/codelite.app/Contents/MacOS/codelite",
"arguments": "",
"environment": "",
"compiler": "GCC",
"remoteFolder": "",
"remoteAccount": "root@codelite.org",
"debugger": "GNU gdb debugger",
"excludeFilesPattern": "*.o;*.pyc;*.obj;*.workspace;*.o.d;*.exe;*.dll;*.project",
"targets": [["Run CMake - Debug", "mkdir -p build-debug && cd build-debug && cmake -DCMAKE_BUILD_TYPE=Debug .. -DWITH_PCH=1"], ["build", "cd build-debug && make -j8 install"], ["clean", "cd build-debug && make -j8 clean"]]
}, {
"name": "Release",
"flags": 1,
"compile_flags": ["`wx-config --cflags`", "-I$(WorkspacePath)/Interfaces", "-I$(WorkspacePath)/CodeLite", "-I$(WorkspacePath)/Plugin", "-D__WXOSX__"],
"file_extensions": "*.cpp;*.c;*.txt;*.json;*.hpp;*.cc;*.cxx;*.xml;*.h;*.wxcp",
"executable": "$(WorkspacePath)/build-release/codelite.app/Contents/MacOS/codelite",
"arguments": "",
"environment": "",
"compiler": "GCC",
"remoteFolder": "",
"remoteAccount": "root@codelite.org",
"debugger": "GNU gdb debugger",
"excludeFilesPattern": "*.o;*.pyc;*.obj;*.workspace;*.o.d;*.exe;*.dll;*.project",
"targets": [["Run CMake - Release", "mkdir -p build-release && cd build-release && cmake -DCMAKE_BUILD_TYPE=Release .. -DWITH_PCH=1ç"], ["build", "cd build-release && make -j8 install"], ["clean", "cd build-release && make -j8 clean"]]
}]
}