mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
7 lines
140 B
Batchfile
7 lines
140 B
Batchfile
mkdir .\build\windows10
|
|
cd .\build\windows10
|
|
cmake ..\.. -G "Visual Studio 14 2015 Win64"
|
|
|
|
cmake --build . --target shell --config Release
|
|
|