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
config endif() if(EXISTS"$
Definition: FindCamiTK.cmake:76
STRING(REGEX REPLACE"^([0-9]+)([0-9]+)([0-9]+)""\\1.\\2.\\3"camsdk_install_version"${camsdk_install_version}") file(READ $
Definition: FindCamSdk.cmake:102
set(CAMITK_TEST_PLATEFORM ${Plateform}) set(CAMITK_SVN_SUBDIR $
Definition: CamiTKTestBuildMacros.cmake:15
else() message(FATAL_ERROR"CAMITK_CONTINUOUS_INTEGRATION value must be given as option of the ctest command calling this script.") endif() site_name(CTEST_SITE) set(CTEST_BUILD_NAME $
Definition: continuous.cmake:36