commit
This commit is contained in:
commit
675bae3ad6
38 changed files with 4547 additions and 0 deletions
13
dist/CMakeFiles/VerifyGlobs.cmake
vendored
Normal file
13
dist/CMakeFiles/VerifyGlobs.cmake
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by CMake Version 3.31
|
||||
cmake_policy(SET CMP0009 NEW)
|
||||
|
||||
# MY_SOURCES at CMakeLists.txt:3 (file)
|
||||
file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/home/lucien/Documents/Git/game_engine/src/*.cpp")
|
||||
set(OLD_GLOB
|
||||
"/home/lucien/Documents/Git/game_engine/src/main.cpp"
|
||||
)
|
||||
if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}")
|
||||
message("-- GLOB mismatch!")
|
||||
file(TOUCH_NOCREATE "/home/lucien/Documents/Git/game_engine/dist/CMakeFiles/cmake.verify_globs")
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue