Variables | |
list | base_folder = sys.argv[1] |
tuple | destination = open( one_match, "w" ) |
list | matches = [] |
tuple | source = open( one_match+"~", "r" ) |
string | string_to_remove_debug = "IF(\"${CMAKE_INSTALL_CONFIG_NAME}\" MATCHES \"^([Dd][Ee][Bb][Uu][Gg])$\")" |
string | string_to_remove_release = "IF(\"${CMAKE_INSTALL_CONFIG_NAME}\" MATCHES \"^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$\")" |
list merge_cmake_install::base_folder = sys.argv[1] |
Definition at line 13 of file merge_cmake_install.py.
tuple merge_cmake_install::destination = open( one_match, "w" ) |
Definition at line 26 of file merge_cmake_install.py.
list merge_cmake_install::matches = [] |
Definition at line 18 of file merge_cmake_install.py.
tuple merge_cmake_install::source = open( one_match+"~", "r" ) |
Definition at line 27 of file merge_cmake_install.py.
string merge_cmake_install::string_to_remove_debug = "IF(\"${CMAKE_INSTALL_CONFIG_NAME}\" MATCHES \"^([Dd][Ee][Bb][Uu][Gg])$\")" |
Definition at line 15 of file merge_cmake_install.py.
string merge_cmake_install::string_to_remove_release = "IF(\"${CMAKE_INSTALL_CONFIG_NAME}\" MATCHES \"^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$\")" |
Definition at line 16 of file merge_cmake_install.py.