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

6 lines
132 B
Batchfile
Raw Normal View History

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