3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-17 06:15:37 +00:00
z3/vsts.cmd
Nikolaj Bjorner 785b7f3e6a vsts cmd
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2018-03-18 17:03:06 -07:00

7 lines
161 B
Batchfile

md build
cd build
set
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
cmake -G "NMake Makefiles" ../
nmake