Corrected Raphis destroyed Project
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.9
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.8
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
@ -41,31 +41,32 @@ cmake_force:
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
SHELL = cmd.exe
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = "C:\Program Files\JetBrains\CLion 2017.3\bin\cmake\bin\cmake.exe"
|
||||
CMAKE_COMMAND = /Applications/CLion.app/Contents/bin/cmake/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = "C:\Program Files\JetBrains\CLion 2017.3\bin\cmake\bin\cmake.exe" -E remove -f
|
||||
RM = /Applications/CLion.app/Contents/bin/cmake/bin/cmake -E remove -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = "A:\University\FH_MSc\Semester 1\08_MPK\Projekt\Git\MPK.Puzzle\Source"
|
||||
CMAKE_SOURCE_DIR = /Users/christoph/Documents/GitHub/MPK.Puzzle/Source
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = "A:\University\FH_MSc\Semester 1\08_MPK\Projekt\Git\MPK.Puzzle\Source\cmake-build-debug"
|
||||
CMAKE_BINARY_DIR = /Users/christoph/Documents/GitHub/MPK.Puzzle/Source/cmake-build-debug
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/Source.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/Source.dir/all:
|
||||
$(MAKE) -f CMakeFiles\Source.dir\build.make CMakeFiles/Source.dir/depend
|
||||
$(MAKE) -f CMakeFiles\Source.dir\build.make CMakeFiles/Source.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="A:\University\FH_MSc\Semester 1\08_MPK\Projekt\Git\MPK.Puzzle\Source\cmake-build-debug\CMakeFiles" --progress-num=1,2 "Built target Source"
|
||||
$(MAKE) -f CMakeFiles/Source.dir/build.make CMakeFiles/Source.dir/depend
|
||||
$(MAKE) -f CMakeFiles/Source.dir/build.make CMakeFiles/Source.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/Users/christoph/Documents/GitHub/MPK.Puzzle/Source/cmake-build-debug/CMakeFiles --progress-num=1,2 "Built target Source"
|
||||
.PHONY : CMakeFiles/Source.dir/all
|
||||
|
||||
# Include target in all.
|
||||
@ -75,9 +76,9 @@ all: CMakeFiles/Source.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/Source.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start "A:\University\FH_MSc\Semester 1\08_MPK\Projekt\Git\MPK.Puzzle\Source\cmake-build-debug\CMakeFiles" 2
|
||||
$(MAKE) -f CMakeFiles\Makefile2 CMakeFiles/Source.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start "A:\University\FH_MSc\Semester 1\08_MPK\Projekt\Git\MPK.Puzzle\Source\cmake-build-debug\CMakeFiles" 0
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /Users/christoph/Documents/GitHub/MPK.Puzzle/Source/cmake-build-debug/CMakeFiles 2
|
||||
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/Source.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /Users/christoph/Documents/GitHub/MPK.Puzzle/Source/cmake-build-debug/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/Source.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
@ -87,7 +88,7 @@ Source: CMakeFiles/Source.dir/rule
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/Source.dir/clean:
|
||||
$(MAKE) -f CMakeFiles\Source.dir\build.make CMakeFiles/Source.dir/clean
|
||||
$(MAKE) -f CMakeFiles/Source.dir/build.make CMakeFiles/Source.dir/clean
|
||||
.PHONY : CMakeFiles/Source.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
@ -102,6 +103,6 @@ clean: CMakeFiles/Source.dir/clean
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
|
||||
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
|
Reference in New Issue
Block a user