initial push
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by CMake Version 3.28
|
||||
cmake_policy(SET CMP0009 NEW)
|
||||
|
||||
# PANIC_SOURCES at CMakeLists.txt:22 (file)
|
||||
file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/home/atlas/Documents/Git/panic/src/*.cpp")
|
||||
set(OLD_GLOB
|
||||
"/home/atlas/Documents/Git/panic/src/io/print_tensor.cpp"
|
||||
"/home/atlas/Documents/Git/panic/src/tensor/vector.cpp"
|
||||
)
|
||||
if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}")
|
||||
message("-- GLOB mismatch!")
|
||||
file(TOUCH_NOCREATE "/home/atlas/Documents/Git/panic/build/CMakeFiles/cmake.verify_globs")
|
||||
endif()
|
||||
Reference in New Issue
Block a user