File: CMakeLists.txt

package info (click to toggle)
camitk 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 389,496 kB
  • sloc: cpp: 103,476; sh: 2,448; python: 1,618; xml: 984; makefile: 128; perl: 84; sed: 20
file content (10 lines) | stat: -rw-r--r-- 942 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# Call CamiTK CMake Macro to define the action
camitk_extension(ACTION_EXTENSION
                 NEEDS_VIEWER_EXTENSION medicalimageviewer interactivegeometryviewer
# Automatic test are disable for this extension because these actions directly manipulates the camera of the 3D
# viewer. During automatic test no viewers are loaded, therefore resulting in a crash.
# TODO Create a specific "TEST_REQUIRES_VIEWER_EXTENSIONS viewer1 viewer2..." option
# that will instructs camitk-testaction to load the specified viewer extensions before applying the actions
#                  ENABLE_AUTO_TEST
#                  TEST_FILES Mesh.off BigEndian.hdr BigEndian.img BigEndianCompressed1.hdr BigEndianCompressed1.img biorad.pic brain.mha cthead1.lsm LittleEndian1.hdr LittleEndian1.img LittleEndianCompressed1.hdr LittleEndianCompressed1.img LittleEndianZ1.hdr mini-complex-slow1.nrrd mini-ten-nomask-slow1.nrrd mini-vector-slow1.nrrd ramp1.gipl
)