File: CMakeLists.txt

package info (click to toggle)
camitk 6.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 389,508 kB
  • sloc: cpp: 103,476; sh: 2,448; python: 1,618; xml: 984; makefile: 128; perl: 84; sed: 20
file content (13 lines) | stat: -rw-r--r-- 879 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#--------------------------------------------
# Tutorial extension project
#--------------------------------------------
# Mini find CamiTK inside SDK
set(CAMITK_DIR ${CMAKE_BINARY_DIR})
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CAMITK_DIR}/share/${CAMITK_SHORT_VERSION_STRING}/cmake)
include(CamiTKConfig)

# Configure this CEP!
camitk_extension_project(NAME "tutorials"
                         CONTACT "Celine.Fouard@univ-grenoble-alpes.fr,Emmanuel.Promayon@univ-grenoble-alpes.fr"
                         DESCRIPTION "This CamiTK Extension Project is part of CamiTK Community Edition. It contains some example code for actions, components, applications and viewer extensions. While these extension are not useful for end-user their codes is provided as \"How To\" write CamiTK extensions. The other Open-Source CamiTK CEP is also a great source of practical examples."
)