pfe/LISEZMOI

13 lines
310 B
Plaintext
Raw Normal View History

2022-01-31 16:55:32 +01:00
Projet de fin d'étude de M2 Info Géométrie et Informatique Graphique.
Compilation :
2022-02-09 16:24:57 +01:00
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build
2022-01-31 16:55:32 +01:00
Compilation (pour développeurs) :
2022-02-09 16:24:57 +01:00
cmake -Bbuild \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
2022-01-31 16:55:32 +01:00
-DCMAKE_CXX_FLAGS="-Wall -Wextra" \
&& cmake --build build