mirror of https://github.com/CGAL/cgal
example requires qt
This commit is contained in:
parent
b7ed4f249e
commit
8710dbe861
|
|
@ -102,6 +102,9 @@ int main(int argc, char* argv[])
|
|||
CGAL::Graphics_scene buffer;
|
||||
|
||||
add_to_graphics_scene(sm, buffer, gsosm);
|
||||
|
||||
#ifdef CGAL_USE_BASIC_VIEWER
|
||||
|
||||
CGAL::Qt::QApplication_and_basic_viewer app(buffer, "Small faces");
|
||||
if(app)
|
||||
{
|
||||
|
|
@ -147,6 +150,8 @@ int main(int argc, char* argv[])
|
|||
app.run();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
sm.remove_property_map(faces_size);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
|
|
|
|||
Loading…
Reference in New Issue