File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 12
12
- clang-format (running automatically as pre-commit git hook)
13
13
14
14
Requirements:
15
- --------------
15
+ -------------
16
16
- CMake
17
17
- Clang
18
18
- LLDB
@@ -22,7 +22,7 @@ Requirements:
22
22
- Visual Studio, MSVC compiler (Windows only)
23
23
24
24
Set up project:
25
- --------------
25
+ ---------------
26
26
./ProjectFolder/scripts/build_cmake_debug.sh
27
27
28
28
or execute VSCode task ` build_cmake_debug ` .
@@ -31,6 +31,8 @@ Build and Debug:
31
31
----------------
32
32
./ProjectFolder/scripts/build_debug.sh
33
33
34
+ or execute VSCode task ` build_debug ` .
35
+
34
36
Followed by:
35
37
36
38
lldb ./build/Debug/bin/cpp-cmake-template
@@ -54,6 +56,11 @@ Build release:
54
56
55
57
or execute VSCode task ``` create_release ``` .
56
58
59
+ Windows:
60
+ --------
61
+ Use .ps1 scripts in ` ProjectFolder/scripts/windows ` folder
62
+ or same VSCode tasks, as listed above.
63
+
57
64
Notes:
58
65
=======
59
66
You can’t perform that action at this time.
0 commit comments