ceditor/build/CMakeFiles/VerifyGlobs.cmake

30 lines
1.1 KiB
CMake

# CMAKE generated file: DO NOT EDIT!
# Generated by CMake Version 3.29
cmake_policy(SET CMP0009 NEW)
# SOURCES at CMakeLists.txt:15 (file)
file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "E:/ceditor/*.cpp")
set(OLD_GLOB
"E:/ceditor/build/CMakeFiles/3.29.3/CompilerIdCXX/CMakeCXXCompilerId.cpp"
"E:/ceditor/components/Cursor_test.cpp"
"E:/ceditor/components/Editor_test.cpp"
"E:/ceditor/components/Menu_test.cpp"
"E:/ceditor/components/TextArea_test.cpp"
"E:/ceditor/components/TextLine_test.cpp"
"E:/ceditor/main.cpp"
"E:/ceditor/mystl/my_deque_test.cpp"
"E:/ceditor/mystl/my_list_test.cpp"
"E:/ceditor/mystl/my_skiplist_test.cpp"
"E:/ceditor/mystl/my_stack_test.cpp"
"E:/ceditor/mystl/my_vector_test.cpp"
"E:/ceditor/test.cpp"
"E:/ceditor/utils/ActionManager_test.cpp"
"E:/ceditor/utils/LexicalAnalysis.cpp"
"E:/ceditor/utils/RichText_test.cpp"
"E:/ceditor/utils/SyntaxHighlighter_test.cpp"
)
if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}")
message("-- GLOB mismatch!")
file(TOUCH_NOCREATE "E:/ceditor/build/CMakeFiles/cmake.verify_globs")
endif()