OpenMesh
|
In this tutorial we will explain, how to create a new app inside the source code of OpenMesh and compile 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.
If you only want to use OpenMesh from your program, please refer to the tutorial How to create your own project using OpenMesh and cmake !
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.