Skip to content

Commit 6a4b352

Browse files
authored
Merge pull request #13 from CodeLikeCXK/master
2 parents 07d13da + 9df791b commit 6a4b352

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

config/build-winarm.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo OFF
2+
3+
init-winarm.bat && cd build\winarm && cmake --build . --config release --target install
4+
PAUSE

config/init-winarm.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ mkdir winarm
77
cd winarm
88
cmake -Wno-dev -AARM64 ..\..
99
cd ..\..
10+
PAUSE

0 commit comments

Comments
 (0)