Skip to content

Commit b6c2827

Browse files
committed
Add build.bat
1 parent f740d96 commit b6c2827

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.bat

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo off
2+
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build
3+
cmake --build build --config Release

0 commit comments

Comments
 (0)