cuda-samples/Samples/7_libNVVM/utils/build.bat
2023-06-29 19:33:40 +00:00

6 lines
132 B
Batchfile
Executable File

mkdir build
cd build
cmake.exe -DCMAKE_INSTALL_PREFIX=..\install -G "NMake Makefiles" ..
nmake && nmake test && nmake install
cd ..