16 foreach(FILENAME ${LS})
17 if(IS_DIRECTORY ${FILENAME} AND EXISTS ${FILENAME}/CMakeLists.txt)
20 if (NOT ${DIRNAME} STREQUAL
".svn")
21 set(${Name} ${${Name}} ${DIRNAME})
get_directory_name()
macro get_directory_name set the variable VariableName to the name of the last directory of FullPathD...
Definition: GetDirectoryName.h:14
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
get_subdirectories()
macro get_subdirectories get the names of all the subdirectories that contains a CMakeLists.txt
Definition: GetSubdirectories.h:13