mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2026-05-14 14:06:53 +08:00
- Added Python samples for CUDA Python 1.0 release - Renamed top-level `Samples` directory to `cpp` to accommodate Python samples.
5 lines
135 B
Batchfile
Executable File
5 lines
135 B
Batchfile
Executable File
mkdir build
|
|
cd build
|
|
cmake.exe -DCMAKE_INSTALL_PREFIX=..\install -G "NMake Makefiles" ..
|
|
nmake && nmake test && nmake install && cd ..
|