cuda-samples/Samples/7_libNVVM/utils/build.sh
2024-03-05 20:53:50 +00:00

7 lines
109 B
Bash
Executable File

#!/bin/sh
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=../install ..
make && make test && make install