CMake
Version vom 5. August 2023, 08:02 Uhr von Hamatoma (Diskussion | Beiträge) (→Projekt aktualisieren)
Links
Installation
apt install cmake
Projekt starten
cd /path/to/project
cmake -H. -Bbuild
Projekt aktualisieren
cmake -Dmode=productive -DCMAKE_BUILD_TYPE=Release -S . -B build
cmake --build build