cgal/Lab/demo/Lab/CGALlab.cpp

12 lines
217 B
C++

#include "CGALlab.h"
/*!
* \brief defines the entry point of the demo.
* Creates the application and sets a main window.
*/
int main(int argc, char **argv)
{
CGAL_Lab app(argc, argv);
return app.try_exec();
}