Computer Assited Medical Intervention Tool Kit  version 4.0
CamiTKParseTestAddSeparator.h
Go to the documentation of this file.
17  parse_arguments(CAMITK_PARSE_TEST_ADD_SEPARATOR
18  "EXTENSION_TYPEEXTENSION_NAME" # possible lists
19  "" #possible options
20  ${ARGN}
21  )
22 
23  set( CAMITK_EXTENSIONS_TESTS_LEVEL ${CAMITK_EXTENSIONS_TESTS_LEVEL} "|- style=\"background-color: #CCCCCC\" \\n || '''${CAMITK_PARSE_TEST_ADD_SEPARATOR_EXTENSION_TYPE} ${CAMITK_PARSE_TEST_ADD_SEPARATOR_EXTENSION_NAME}''' \\n" CACHE INTERNAL "")
24 end(){)
camitk_parse_test_add_separator()
macro camitk_parse_test_add_separator adds an extension (action or component) separator entry...
Definition: CamiTKParseTestAddSeparator.h:16
parse_arguments()
macro parse_arguments is a fork from CMakeMacroParseArguments see http://www.cmake.org/Wiki/CMakeMacroParseArguments for more information
Definition: ParseArguments.h:13