Skip to content
marcelluethi edited this page Oct 20, 2014 · 7 revisions

The easiest way to use Statismo from your own application is by using CMake. Statismo provides the file statismo-config.cmake, which sets up the necessary variables and directory path for using statismo from an external project. The file can be found in the folder lib/cmake/statismo-<<VERSION>> in your installation directory.

Example CMakeLists.txt files that illustrate how to build a project that uses statismo together with ITK or VTK can be found here.