Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
8b96b104
Commit
8b96b104
authored
Dec 01, 2017
by
Emmanuel Promayon
Browse files
FIXED make auto test visible in CEP code generator
and remove deprecated DEFAULT option
parent
5b92e4cc
Changes
5
Hide whitespace changes
Inline
Side-by-side
sdk/applications/cepgenerator/CMakeLists.txt
View file @
8b96b104
camitk_application
(
DEFAULT
NEEDS_XSD
camitk_application
(
NEEDS_XSD
NEEDS_XERCESC
NEEDS_CEP_LIBRARIES cepgenerator cepcoreschema
CEP_NAME SDK
...
...
sdk/applications/wizard/CMakeLists.txt
View file @
8b96b104
camitk_application
(
DEFAULT
NEEDS_XSD
camitk_application
(
NEEDS_XSD
NEEDS_XERCESC
NEEDS_CEP_LIBRARIES cepgenerator cepcoreschema
CEP_NAME SDK
...
...
sdk/libraries/cepgenerator/resources/CamiTKExtensionCMakeLists.txt.in
View file @
8b96b104
# Call CamiTK CMake Macro to define the @EXTTYPELOW@
camitk_extension( @EXTTYPEHIGH@_EXTENSION
DEFAULT
INSTALL_ALL_HEADERS
DESCRIPTION "@EXTENSIONDESCRIPTION@"
@NEEDEDLIBS@
@NEEDEDCEPLIBRARIES@
@NEEDEDCOMPEXT@
@NEEDEDACTIONEXT@
)
camitk_extension(@EXTTYPEHIGH@_EXTENSION
INSTALL_ALL_HEADERS
DESCRIPTION "@EXTENSIONDESCRIPTION@"
@NEEDEDLIBS@
@NEEDEDCEPLIBRARIES@
@NEEDEDCOMPEXT@
@NEEDEDACTIONEXT@
# Activate test:
#AUTO_TEST
# Limit tested files to a list
# By default tests use all testdata/ files for component or all installed testdata files for actions
#TEST_FILES file1 file2 ...
# for component extension, test can be relaxed to lower levels using the AUTO_TEST_LEVEL option
)
tutorials/components/mixed/CMakeLists.txt
View file @
8b96b104
# mixed component is using vtk and vtk image components
camitk_extension
(
COMPONENT_EXTENSION
DEFAULT
camitk_extension
(
COMPONENT_EXTENSION
NEEDS_COMPONENT_EXTENSION vtkmesh vtkimage
HEADERS_TO_INSTALL MixedComponent.h
# show how to export headers for using it in another CEP
AUTO_TEST
...
...
tutorials/components/pickme/CMakeLists.txt
View file @
8b96b104
# Call CamiTK CMake Macro to define the component
camitk_extension
(
COMPONENT_EXTENSION
DEFAULT
INSTALL_ALL_HEADERS
DESCRIPTION
"This tutorial show how to overide the pointPicked and cellPicked method to interact directly with your component"
NEEDS_COMPONENT_EXTENSION vtkmesh
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment