6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir build_vk && cd build_vk
|
|
cmake .. -DSD_VULKAN=ON
|
|
cmake --build . --config Release
|