summaryrefslogtreecommitdiffstats
path: root/build/CMakeFiles/VerifyGlobs.cmake
blob: b536eb72f5c590a6c22c1be197043e41195c3694 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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()