fastinahurry/build/CMakeFiles/VerifyGlobs.cmake
2025-07-27 21:38:01 -06:00

21 lines
882 B
CMake

# CMAKE generated file: DO NOT EDIT!
# Generated by CMake Version 3.31
cmake_policy(SET CMP0009 NEW)
# SRC_FILES at CMakeLists.txt:37 (file)
file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/home/xbazzi/repos/fastinahurry/src/*.cc")
set(OLD_GLOB
"/home/xbazzi/repos/fastinahurry/src/Algo.cc"
"/home/xbazzi/repos/fastinahurry/src/Controller.cc"
"/home/xbazzi/repos/fastinahurry/src/Publisher.cc"
"/home/xbazzi/repos/fastinahurry/src/grpc_client.cc"
"/home/xbazzi/repos/fastinahurry/src/grpc_server.cc"
"/home/xbazzi/repos/fastinahurry/src/readers/JSONReader.cc"
"/home/xbazzi/repos/fastinahurry/src/utils/ThreadPool.cc"
"/home/xbazzi/repos/fastinahurry/src/utils/ThreadSafeQueue.cc"
)
if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}")
message("-- GLOB mismatch!")
file(TOUCH_NOCREATE "/home/xbazzi/repos/fastinahurry/build/CMakeFiles/cmake.verify_globs")
endif()