summaryrefslogtreecommitdiff
path: root/build/CMakeFiles/VerifyGlobs.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'build/CMakeFiles/VerifyGlobs.cmake')
-rw-r--r--build/CMakeFiles/VerifyGlobs.cmake15
1 files changed, 15 insertions, 0 deletions
diff --git a/build/CMakeFiles/VerifyGlobs.cmake b/build/CMakeFiles/VerifyGlobs.cmake
new file mode 100644
index 0000000..544406c
--- /dev/null
+++ b/build/CMakeFiles/VerifyGlobs.cmake
@@ -0,0 +1,15 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by CMake Version 3.25
+cmake_policy(SET CMP0009 NEW)
+
+# SOURCE_FILES at CMakeLists.txt:9 (file)
+file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/home/dawidg81/minesweeper/src/*.cpp")
+set(OLD_GLOB
+ "/home/dawidg81/minesweeper/src/Game.cpp"
+ "/home/dawidg81/minesweeper/src/Utils.cpp"
+ "/home/dawidg81/minesweeper/src/main.cpp"
+ )
+if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}")
+ message("-- GLOB mismatch!")
+ file(TOUCH_NOCREATE "/home/dawidg81/minesweeper/build/CMakeFiles/cmake.verify_globs")
+endif()