FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
simple-binary-encoding/cppbuild/cppbuild-vs2015.cmd at master · Richa1234567890/simple-binary-encoding · GitHub
Richa1234567890
/
simple-binary-encoding
Public
forked from
aeron-io/simple-binary-encoding
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
simple-binary-encoding
/
cppbuild
/
cppbuild-vs2015.cmd
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (10 loc) · 285 Bytes
Breadcrumbs
simple-binary-encoding
/
cppbuild
/
cppbuild-vs2015.cmd
Copy path
File metadata and controls
14 lines (10 loc) · 285 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@
if
"
%DEBUG%
"
==
"
"
@
echo
off
setlocal
set
SOURCE_DIR
=
%CD%
set
BUILD_DIR
=
%CD%
\cppbuild\Release
if
EXIST
%BUILD_DIR%
rd
/S /Q
%BUILD_DIR%
md
%BUILD_DIR%
pushd
%BUILD_DIR%
cmake -G
"
Visual Studio 14 Win64
"
%SOURCE_DIR%
cmake --build . --clean-first --config Release
ctest -C Release
Back
|
FazBrowse Home
|
New Git URL