summaryrefslogtreecommitdiffstats
path: root/build/CMakeFiles/VerifyGlobs.cmake
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 22:27:32 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 22:27:32 +0200
commit4a44539963b92e18a31efa08bca2013824c5213f (patch)
treed6e6bd56bae4280321c18a0b145ffec77acaa0c8 /build/CMakeFiles/VerifyGlobs.cmake
parent3b05b33ff30b49ab0a3c4500d9d11c700bdc1a02 (diff)
downloadcsharp-cmake-4a44539963b92e18a31efa08bca2013824c5213f.tar.gz
csharp-cmake-4a44539963b92e18a31efa08bca2013824c5213f.zip
Move target registration into add_dotnet_library/executable, remove add_dotnet_target
Diffstat (limited to 'build/CMakeFiles/VerifyGlobs.cmake')
-rw-r--r--build/CMakeFiles/VerifyGlobs.cmake29
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()