15 string (REGEX REPLACE
".*/([^/]*)$" "\\1" ${VariableName} ${FullPathDirectory})
17 #
set the variable name to uppercase
18 string(TOUPPER ${${VariableName}} ${VariableName}_CMAKE)
get_directory_name()
macro get_directory_name set the variable VariableName to the name of the last directory of FullPathD...
Definition: GetDirectoryName.h:14