mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 20:24:35 +03:00
3 lines
68 B
Bash
Executable File
3 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
mkdir -p build && cd build && cmake .. && make analysis
|