summaryrefslogtreecommitdiff
path: root/build/CMakeFiles/VerifyGlobs.cmake
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-02-01 12:34:20 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-02-01 12:34:20 +0100
commite6a7c80d3261e8b0c3e73294c0dace4d36158c5d (patch)
tree623198bf7a3a95e3cbe27272a002b231efb212b2 /build/CMakeFiles/VerifyGlobs.cmake
parent637b9d54be4601ff4120ca56aab2f28973d88f96 (diff)
updated build
Diffstat (limited to 'build/CMakeFiles/VerifyGlobs.cmake')
-rw-r--r--build/CMakeFiles/VerifyGlobs.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/CMakeFiles/VerifyGlobs.cmake b/build/CMakeFiles/VerifyGlobs.cmake
index 544406c..4871be8 100644
--- a/build/CMakeFiles/VerifyGlobs.cmake
+++ b/build/CMakeFiles/VerifyGlobs.cmake
@@ -6,7 +6,6 @@ cmake_policy(SET CMP0009 NEW)
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}")