Documentation/CTK Plugin Framework: Setting up a project

From Commontk
Revision as of 20:08, 8 February 2011 by Sascha (talk | contribs) (Created page with 'This tutorial will show you how to set-up your own project using the CMake build system and how to integrate it with the CTK Plugin Framework. The described set-up will allow fo…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Home < Documentation < CTK Plugin Framework: Setting up a project

This tutorial will show you how to set-up your own project using the CMake build system and how to integrate it with the CTK Plugin Framework.

The described set-up will allow for an arbitrary number of applications and CTK plug-ins, contained in one project.

Project Layout

Fig. 1 Example Project Layout

CMakeLists.txt

https://github.com/saschazelzer/CTKPluginTutorials/raw/master/CMakeLists.txt