Skip to content
Snippets Groups Projects
Commit 2eb521d7 authored by Lukas Güldenstein's avatar Lukas Güldenstein
Browse files

Removes build folder from git

parent baf1e8fc
No related branches found
No related tags found
No related merge requests found
# CMAKE generated file: DO NOT EDIT!
# Generated by "Ninja Multi-Config" Generator, CMake Version 3.23
# This file contains build statements specific to the "Release"
# configuration.
# =============================================================================
# Write statements declared in CMakeLists.txt:
#
# Which is the root file.
# =============================================================================
# =============================================================================
# Project: wordle_de
# Configurations: Debug, Release, RelWithDebInfo
# =============================================================================
#############################################
# Minimal version of Ninja required by this file
ninja_required_version = 1.8
#############################################
# Set configuration variable for custom commands.
CONFIGURATION = Release
# =============================================================================
# Include auxiliary files.
#############################################
# Include common file.
include CMakeFiles/common.ninja
# =============================================================================
# Object build statements for EXECUTABLE target wordle_de
#############################################
# Order-only phony target for wordle_de
build cmake_object_order_depends_target_wordle_de_RELEASE: phony || CMakeFiles/wordle_de.dir
build CMakeFiles/wordle_de.dir/Release/src/main.cpp.o: CXX_COMPILER__wordle_de_Release /Users/lukas/bht/03_NEP/wordle_de/src/main.cpp || cmake_object_order_depends_target_wordle_de_RELEASE
DEFINES = -DCMAKE_INTDIR=\"Release\"
DEP_FILE = CMakeFiles/wordle_de.dir/Release/src/main.cpp.o.d
FLAGS = -O3 -DNDEBUG -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -std=gnu++20
INCLUDES = -I/Users/lukas/bht/03_NEP/wordle_de/src -I/Users/lukas/bht/03_NEP/wordle_de/include
OBJECT_DIR = CMakeFiles/wordle_de.dir/Release
OBJECT_FILE_DIR = CMakeFiles/wordle_de.dir/Release/src
TARGET_COMPILE_PDB = CMakeFiles/wordle_de.dir/Release/
TARGET_PDB = Release/wordle_de.pdb
build CMakeFiles/wordle_de.dir/Release/src/server.cpp.o: CXX_COMPILER__wordle_de_Release /Users/lukas/bht/03_NEP/wordle_de/src/server.cpp || cmake_object_order_depends_target_wordle_de_RELEASE
DEFINES = -DCMAKE_INTDIR=\"Release\"
DEP_FILE = CMakeFiles/wordle_de.dir/Release/src/server.cpp.o.d
FLAGS = -O3 -DNDEBUG -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -std=gnu++20
INCLUDES = -I/Users/lukas/bht/03_NEP/wordle_de/src -I/Users/lukas/bht/03_NEP/wordle_de/include
OBJECT_DIR = CMakeFiles/wordle_de.dir/Release
OBJECT_FILE_DIR = CMakeFiles/wordle_de.dir/Release/src
TARGET_COMPILE_PDB = CMakeFiles/wordle_de.dir/Release/
TARGET_PDB = Release/wordle_de.pdb
build CMakeFiles/wordle_de.dir/Release/src/state.cpp.o: CXX_COMPILER__wordle_de_Release /Users/lukas/bht/03_NEP/wordle_de/src/state.cpp || cmake_object_order_depends_target_wordle_de_RELEASE
DEFINES = -DCMAKE_INTDIR=\"Release\"
DEP_FILE = CMakeFiles/wordle_de.dir/Release/src/state.cpp.o.d
FLAGS = -O3 -DNDEBUG -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -std=gnu++20
INCLUDES = -I/Users/lukas/bht/03_NEP/wordle_de/src -I/Users/lukas/bht/03_NEP/wordle_de/include
OBJECT_DIR = CMakeFiles/wordle_de.dir/Release
OBJECT_FILE_DIR = CMakeFiles/wordle_de.dir/Release/src
TARGET_COMPILE_PDB = CMakeFiles/wordle_de.dir/Release/
TARGET_PDB = Release/wordle_de.pdb
# =============================================================================
# Link build statements for EXECUTABLE target wordle_de
#############################################
# Link the executable Release/wordle_de
build Release/wordle_de: CXX_EXECUTABLE_LINKER__wordle_de_Release CMakeFiles/wordle_de.dir/Release/src/main.cpp.o CMakeFiles/wordle_de.dir/Release/src/server.cpp.o CMakeFiles/wordle_de.dir/Release/src/state.cpp.o
FLAGS = -O3 -DNDEBUG -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk
OBJECT_DIR = CMakeFiles/wordle_de.dir/Release
POST_BUILD = :
PRE_LINK = :
TARGET_COMPILE_PDB = CMakeFiles/wordle_de.dir/Release/
TARGET_FILE = Release/wordle_de
TARGET_PDB = Release/wordle_de.pdb
build wordle_de$:Release: phony Release/wordle_de
#############################################
# Folder: /Users/lukas/bht/03_NEP/wordle_de/build
build all$:Release: phony Release/wordle_de
#############################################
# Clean all the built files.
build clean$:Release: CLEAN
FILE_ARG = -f CMakeFiles/impl-Release.ninja
TARGETS = CMakeFiles/cmake_byproducts_for_clean_target:Release CMakeFiles/cmake_byproducts_for_clean_target
# CMAKE generated file: DO NOT EDIT!
# Generated by "Ninja Multi-Config" Generator, CMake Version 3.23
# This file contains all the rules used to get the outputs files
# built from the input files.
# It is included in the main 'build.ninja'.
# =============================================================================
# Project: wordle_de
# Configurations: Debug, Release, RelWithDebInfo
# =============================================================================
# =============================================================================
#############################################
# Rule for compiling CXX files.
rule CXX_COMPILER__wordle_de_Debug
depfile = $DEP_FILE
deps = gcc
command = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building CXX object $out
#############################################
# Rule for linking CXX executable.
rule CXX_EXECUTABLE_LINKER__wordle_de_Debug
command = $PRE_LINK && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
description = Linking CXX executable $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling CXX files.
rule CXX_COMPILER__wordle_de_Release
depfile = $DEP_FILE
deps = gcc
command = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building CXX object $out
#############################################
# Rule for linking CXX executable.
rule CXX_EXECUTABLE_LINKER__wordle_de_Release
command = $PRE_LINK && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
description = Linking CXX executable $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling CXX files.
rule CXX_COMPILER__wordle_de_RelWithDebInfo
depfile = $DEP_FILE
deps = gcc
command = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building CXX object $out
#############################################
# Rule for linking CXX executable.
rule CXX_EXECUTABLE_LINKER__wordle_de_RelWithDebInfo
command = $PRE_LINK && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
description = Linking CXX executable $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for running custom commands.
rule CUSTOM_COMMAND
command = $COMMAND
description = $DESC
#############################################
# Rule for re-running cmake.
rule RERUN_CMAKE
command = /opt/homebrew/Cellar/cmake/3.23.0/bin/cmake --regenerate-during-build -S/Users/lukas/bht/03_NEP/wordle_de -B/Users/lukas/bht/03_NEP/wordle_de/build
description = Re-running CMake...
generator = 1
#############################################
# Rule for re-checking globbed directories.
rule VERIFY_GLOBS
command = /opt/homebrew/Cellar/cmake/3.23.0/bin/cmake -P /Users/lukas/bht/03_NEP/wordle_de/build/CMakeFiles/VerifyGlobs.cmake
description = Re-checking globbed directories...
generator = 1
#############################################
# Rule for cleaning all built files.
rule CLEAN
command = /opt/homebrew/bin/ninja $FILE_ARG -t clean $TARGETS
description = Cleaning all built files...
#############################################
# Rule for printing all primary targets available.
rule HELP
command = /opt/homebrew/bin/ninja -t targets
description = All primary targets available:
# CMAKE generated file: DO NOT EDIT!
# Generated by "Ninja Multi-Config" Generator, CMake Version 3.23
# This file contains aliases specific to the "Debug"
# configuration.
include CMakeFiles/impl-Debug.ninja
build wordle_de: phony Debug/wordle_de
#############################################
# Folder: /Users/lukas/bht/03_NEP/wordle_de/build
build all: phony all$:Debug
build clean: phony clean$:Debug
#############################################
# Make the all target the default.
default all
# CMAKE generated file: DO NOT EDIT!
# Generated by "Ninja Multi-Config" Generator, CMake Version 3.23
# This file contains aliases specific to the "RelWithDebInfo"
# configuration.
include CMakeFiles/impl-RelWithDebInfo.ninja
build wordle_de: phony RelWithDebInfo/wordle_de
#############################################
# Folder: /Users/lukas/bht/03_NEP/wordle_de/build
build all: phony all$:RelWithDebInfo
build clean: phony clean$:RelWithDebInfo
#############################################
# Make the all target the default.
default all
# CMAKE generated file: DO NOT EDIT!
# Generated by "Ninja Multi-Config" Generator, CMake Version 3.23
# This file contains aliases specific to the "Release"
# configuration.
include CMakeFiles/impl-Release.ninja
build wordle_de: phony Release/wordle_de
#############################################
# Folder: /Users/lukas/bht/03_NEP/wordle_de/build
build all: phony all$:Release
build clean: phony clean$:Release
#############################################
# Make the all target the default.
default all
# CMAKE generated file: DO NOT EDIT!
# Generated by "Ninja Multi-Config" Generator, CMake Version 3.23
# Build using rules for 'Debug'.
include CMakeFiles/impl-Debug.ninja
build wordle_de: phony Debug/wordle_de
#############################################
# Folder: /Users/lukas/bht/03_NEP/wordle_de/build
build all: phony all$:Debug
build clean: phony clean$:Debug
#############################################
# Make the all target the default.
default all
# Install script for directory: /Users/lukas/bht/03_NEP/wordle_de
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Release")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump")
endif()
if(CMAKE_INSTALL_COMPONENT)
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/Users/lukas/bht/03_NEP/wordle_de/build/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
[
{
"directory": "/Users/lukas/bht/03_NEP/wordle_de/build",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCMAKE_INTDIR=\\\"Debug\\\" -I/Users/lukas/bht/03_NEP/wordle_de/src -I/Users/lukas/bht/03_NEP/wordle_de/include -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -std=gnu++20 -o CMakeFiles/wordle_de.dir/Debug/src/main.cpp.o -c /Users/lukas/bht/03_NEP/wordle_de/src/main.cpp",
"file": "/Users/lukas/bht/03_NEP/wordle_de/src/main.cpp"
},
{
"directory": "/Users/lukas/bht/03_NEP/wordle_de/build",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCMAKE_INTDIR=\\\"Debug\\\" -I/Users/lukas/bht/03_NEP/wordle_de/src -I/Users/lukas/bht/03_NEP/wordle_de/include -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -std=gnu++20 -o CMakeFiles/wordle_de.dir/Debug/src/server.cpp.o -c /Users/lukas/bht/03_NEP/wordle_de/src/server.cpp",
"file": "/Users/lukas/bht/03_NEP/wordle_de/src/server.cpp"
},
{
"directory": "/Users/lukas/bht/03_NEP/wordle_de/build",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCMAKE_INTDIR=\\\"Debug\\\" -I/Users/lukas/bht/03_NEP/wordle_de/src -I/Users/lukas/bht/03_NEP/wordle_de/include -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -std=gnu++20 -o CMakeFiles/wordle_de.dir/Debug/src/state.cpp.o -c /Users/lukas/bht/03_NEP/wordle_de/src/state.cpp",
"file": "/Users/lukas/bht/03_NEP/wordle_de/src/state.cpp"
},
{
"directory": "/Users/lukas/bht/03_NEP/wordle_de/build",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCMAKE_INTDIR=\\\"Release\\\" -I/Users/lukas/bht/03_NEP/wordle_de/src -I/Users/lukas/bht/03_NEP/wordle_de/include -O3 -DNDEBUG -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -std=gnu++20 -o CMakeFiles/wordle_de.dir/Release/src/main.cpp.o -c /Users/lukas/bht/03_NEP/wordle_de/src/main.cpp",
"file": "/Users/lukas/bht/03_NEP/wordle_de/src/main.cpp"
},
{
"directory": "/Users/lukas/bht/03_NEP/wordle_de/build",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCMAKE_INTDIR=\\\"Release\\\" -I/Users/lukas/bht/03_NEP/wordle_de/src -I/Users/lukas/bht/03_NEP/wordle_de/include -O3 -DNDEBUG -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -std=gnu++20 -o CMakeFiles/wordle_de.dir/Release/src/server.cpp.o -c /Users/lukas/bht/03_NEP/wordle_de/src/server.cpp",
"file": "/Users/lukas/bht/03_NEP/wordle_de/src/server.cpp"
},
{
"directory": "/Users/lukas/bht/03_NEP/wordle_de/build",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCMAKE_INTDIR=\\\"Release\\\" -I/Users/lukas/bht/03_NEP/wordle_de/src -I/Users/lukas/bht/03_NEP/wordle_de/include -O3 -DNDEBUG -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -std=gnu++20 -o CMakeFiles/wordle_de.dir/Release/src/state.cpp.o -c /Users/lukas/bht/03_NEP/wordle_de/src/state.cpp",
"file": "/Users/lukas/bht/03_NEP/wordle_de/src/state.cpp"
},
{
"directory": "/Users/lukas/bht/03_NEP/wordle_de/build",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCMAKE_INTDIR=\\\"RelWithDebInfo\\\" -I/Users/lukas/bht/03_NEP/wordle_de/src -I/Users/lukas/bht/03_NEP/wordle_de/include -O2 -g -DNDEBUG -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -std=gnu++20 -o CMakeFiles/wordle_de.dir/RelWithDebInfo/src/main.cpp.o -c /Users/lukas/bht/03_NEP/wordle_de/src/main.cpp",
"file": "/Users/lukas/bht/03_NEP/wordle_de/src/main.cpp"
},
{
"directory": "/Users/lukas/bht/03_NEP/wordle_de/build",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCMAKE_INTDIR=\\\"RelWithDebInfo\\\" -I/Users/lukas/bht/03_NEP/wordle_de/src -I/Users/lukas/bht/03_NEP/wordle_de/include -O2 -g -DNDEBUG -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -std=gnu++20 -o CMakeFiles/wordle_de.dir/RelWithDebInfo/src/server.cpp.o -c /Users/lukas/bht/03_NEP/wordle_de/src/server.cpp",
"file": "/Users/lukas/bht/03_NEP/wordle_de/src/server.cpp"
},
{
"directory": "/Users/lukas/bht/03_NEP/wordle_de/build",
"command": "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCMAKE_INTDIR=\\\"RelWithDebInfo\\\" -I/Users/lukas/bht/03_NEP/wordle_de/src -I/Users/lukas/bht/03_NEP/wordle_de/include -O2 -g -DNDEBUG -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -std=gnu++20 -o CMakeFiles/wordle_de.dir/RelWithDebInfo/src/state.cpp.o -c /Users/lukas/bht/03_NEP/wordle_de/src/state.cpp",
"file": "/Users/lukas/bht/03_NEP/wordle_de/src/state.cpp"
}
]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment