mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-25 00:39:14 +08:00
6 lines
132 B
Batchfile
6 lines
132 B
Batchfile
|
mkdir build
|
||
|
cd build
|
||
|
cmake.exe -DCMAKE_INSTALL_PREFIX=..\install -G "NMake Makefiles" ..
|
||
|
nmake && nmake test && nmake install
|
||
|
cd ..
|