13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
Projet de fin d'étude de M2 Info Géométrie et Informatique Graphique.
|
||
|
||
|
||
Compilation :
|
||
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build
|
||
|
||
|
||
Compilation (pour développeurs) :
|
||
cmake -Bbuild \
|
||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||
-DCMAKE_CXX_FLAGS="-Wall -Wextra" \
|
||
&& cmake --build build
|