diff options
Diffstat (limited to 'build/CMakeFiles/VerifyGlobs.cmake')
| -rw-r--r-- | build/CMakeFiles/VerifyGlobs.cmake | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/build/CMakeFiles/VerifyGlobs.cmake b/build/CMakeFiles/VerifyGlobs.cmake new file mode 100644 index 0000000..b536eb7 --- /dev/null +++ b/build/CMakeFiles/VerifyGlobs.cmake @@ -0,0 +1,29 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by CMake Version 4.3 + +# THIRD_SOURCES at third/CMakeLists.txt:1 (file) +file(GLOB NEW_GLOB LIST_DIRECTORIES true "/home/nice/develop/probe/csharp/third/*.cs") +set(OLD_GLOB + "/home/nice/develop/probe/csharp/third/Other.cs" + "/home/nice/develop/probe/csharp/third/Program.cs" + ) +if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") + message("-- GLOB mismatch!") + set(NEW_ONLY ${NEW_GLOB}) + set(OLD_ONLY ${OLD_GLOB}) + list(REMOVE_ITEM NEW_ONLY ${OLD_GLOB}) + list(REMOVE_ITEM OLD_ONLY ${NEW_GLOB}) + if(NEW_ONLY) + message("The following files were added:") + foreach(VAR_FILE IN LISTS NEW_ONLY) + message(" +${VAR_FILE}") + endforeach() + endif() + if(OLD_ONLY) + message("The following files were removed:") + foreach(VAR_FILE IN LISTS OLD_ONLY) + message(" -${VAR_FILE}") + endforeach() + endif() + file(TOUCH_NOCREATE "/home/nice/develop/probe/csharp/build/CMakeFiles/cmake.verify_globs") +endif() |
