done
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
@@ -34,10 +34,10 @@ cmake_force:
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.15.4/bin/cmake
|
||||
CMAKE_COMMAND = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/local/Cellar/cmake/3.15.4/bin/cmake -E remove -f
|
||||
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/Weights.dir/main.cpp.o"
|
||||
"Weights"
|
||||
"Weights.pdb"
|
||||
"Weights"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
|
||||
|
||||
CMakeFiles/Weights.dir/main.cpp.o
|
||||
/Users/bradybodily/Repositories/CS3460/Hw7&8/main.cpp
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
|
||||
|
||||
CMakeFiles/Weights.dir/main.cpp.o: ../main.cpp
|
||||
CMakeFiles/Weights.dir/main.cpp.o: ../weight.hpp
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
|
||||
|
||||
# compile CXX with /Library/Developer/CommandLineTools/usr/bin/c++
|
||||
CXX_FLAGS = -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -std=gnu++1z
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user