cuda-samples/Samples/7_libNVVM/utils/build.bat

5 lines
135 B
Batchfile
Raw Permalink Normal View History

2023-06-30 03:33:40 +08:00
mkdir build
cd build
cmake.exe -DCMAKE_INSTALL_PREFIX=..\install -G "NMake Makefiles" ..
2024-03-06 04:53:50 +08:00
nmake && nmake test && nmake install && cd ..