Developer Documentation
|
In this tutorial we will explain, how to create a new project using OpenMesh and build it with the CMake build system. We assume, that you have already downloaded the OpenMesh source files as well as installed the CMake build tools.
There are quite few steps to follow to successfully add your own application to the build tree:
(Remember to replace "MyProjectName" with whatever you have chosen as your project's name. Note: If you don't want to use *.hh and *.cc as your C++ source file suffices, you'll have to change this, too, because CMake won't build your sources otherwise.
That's all. Your project will now be built.