11 if(CAMITK_EXTENSION_PROJECT_SET)
12 if(NOT CAMITK_XML_PROJECT_DESCRIPTION)
13 # This is a call to camitk_sub_project_init from the first CEP of a CEP Set
14 set(CAMITK_XML_PROJECT_DESCRIPTION
"<?xml version=\"1.0\"?><Project name=\"${CAMITK_EXTENSION_PROJECT_SET_NAME}\">" CACHE INTERNAL
"")
15 set(CAMITK_SUBPROJECTS
"" CACHE INTERNAL
"")
17 set(CAMITK_ACTION_TARGETS
"" CACHE STRING
"List of CamiTK action targets" FORCE)
18 set(CAMITK_COMPONENT_TARGETS
"" CACHE STRING
"List of CamiTK component targets" FORCE)
19 set(CAMITK_CEP_LIBRARY_TARGETS
"" CACHE STRING
"List of CamiTK library targets" FORCE)
20 set(CAMITK_APPLICATION_TARGETS
"" CACHE STRING
"List of CamiTK application targets" FORCE)
21 # otherwise (else()) this is a call to camitk_sub_project_init from the second, third... CEP
24 # This is a call to camitk_sub_project_init from a standalone CEP
25 set(CAMITK_XML_PROJECT_DESCRIPTION
"<?xml version=\"1.0\"?><Project name=\"${CMAKE_PROJECT_NAME}\">" CACHE INTERNAL
"")
26 set(CAMITK_SUBPROJECTS
"" CACHE INTERNAL
"")
28 set(CAMITK_ACTION_TARGETS
"" CACHE STRING
"List of CamiTK action targets" FORCE)
29 set(CAMITK_COMPONENT_TARGETS
"" CACHE STRING
"List of CamiTK component targets" FORCE)
30 set(CAMITK_CEP_LIBRARY_TARGETS
"" CACHE STRING
"List of CamiTK library targets" FORCE)
31 set(CAMITK_APPLICATION_TARGETS
"" CACHE STRING
"List of CamiTK application targets" FORCE)
camitk_sub_project_init()
MACRO camitk_sub_project_init initializes the xml_subprojects variable to gather CamiTK subprojects...
Definition: CamiTKSubProjectInit.h:10
set(CAMITK_TEST_COMMAND_FILE ${CAMITK_TEST_OUTPUT_DIR}/command) set(CAMITK_TEST_COMMAND_RESULT_FILE $
This CMake file run a command and put the output in a given file.
Definition: CamiTKTestPassFile.h:11