summaryrefslogtreecommitdiffstats
path: root/build/CMakeFiles/VerifyGlobs.cmake
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 22:27:56 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 22:27:56 +0200
commit4f0d95c1ab0a6a9ed719cfe988bd17f7eda9a66a (patch)
tree5b28d22c690e410be3379223d61989788bb3b56a /build/CMakeFiles/VerifyGlobs.cmake
parent4a44539963b92e18a31efa08bca2013824c5213f (diff)
downloadcsharp-cmake-4f0d95c1ab0a6a9ed719cfe988bd17f7eda9a66a.tar.gz
csharp-cmake-4f0d95c1ab0a6a9ed719cfe988bd17f7eda9a66a.zip
Add .gitignore, remove build/ from tracking
Diffstat (limited to 'build/CMakeFiles/VerifyGlobs.cmake')
-rw-r--r--build/CMakeFiles/VerifyGlobs.cmake29
1 files changed, 0 insertions, 29 deletions
diff --git a/build/CMakeFiles/VerifyGlobs.cmake b/build/CMakeFiles/VerifyGlobs.cmake
deleted file mode 100644
index b536eb7..0000000
--- a/build/CMakeFiles/VerifyGlobs.cmake
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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()