Cmake_C_Project/install.sh

5 lines
43 B
Bash
Raw Normal View History

2025-02-19 16:17:08 +01:00
mkdir build
cd build
cmake .. --fresh
make