mirror of
https://github.com/keystone-engine/keystone
synced 2026-06-08 15:15:30 +00:00
7 lines
133 B
Batchfile
7 lines
133 B
Batchfile
:: Build sample for Keystone engine on Windows with CMake & Nmake
|
|
:: By Nguyen Anh Quynh, 2016
|
|
|
|
cmake -G "NMake Makefiles" ..
|
|
nmake
|
|
|