Created main loop

This commit is contained in:
AdmiralEmser
2022-08-02 22:10:21 +02:00
parent c18dfb6960
commit ab5d0446c1
23 changed files with 90 additions and 76 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
cmake_minimum_required (VERSION 3.8)
# Add source to this project's executable.
add_executable (FC-Chess "FC-Chess.cpp" "FC-Chess.h")
add_executable (FC-Chess "main.cpp" "fc-chess.cpp")
if (CMAKE_VERSION VERSION_GREATER 3.12)
set_property(TARGET FC-Chess PROPERTY CXX_STANDARD 20)
+3 -9
View File
@@ -1,12 +1,6 @@
// FC-Chess.cpp : Defines the entry point for the application.
//
#include "fc-chess.h"
#include "FC-Chess.h"
using namespace std;
int main()
void FCC::Game::mainLoop()
{
cout << "Hello CMake." << endl;
return 0;
std::cout << "test" << std::endl;
}
+8 -5
View File
@@ -1,8 +1,11 @@
// FC-Chess.h : Include file for standard system include files,
// or project specific include files.
#pragma once
#include <iostream>
// TODO: Reference additional headers your program requires here.
namespace FCC
{
class Game
{
public:
void mainLoop();
};
}
+13
View File
@@ -0,0 +1,13 @@
// FC-Chess.cpp : Defines the entry point for the application.
//
#include "fc-chess.h"
using namespace std;
int main()
{
FCC::Game gm;
gm.mainLoop();
return 0;
}
@@ -39,7 +39,7 @@
}
],
"type" : "INTERNAL",
"value" : "d:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug"
"value" : "d:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug"
},
{
"name" : "CMAKE_CACHE_MAJOR_VERSION",
@@ -515,7 +515,7 @@
}
],
"type" : "INTERNAL",
"value" : "D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess"
"value" : "D:/Files/Documents/GitHub/FC-Chess/FC-Chess"
},
{
"name" : "CMAKE_INSTALL_PREFIX",
@@ -527,7 +527,7 @@
}
],
"type" : "PATH",
"value" : "D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/install/x64-debug"
"value" : "D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/install/x64-debug"
},
{
"name" : "CMAKE_LINKER",
@@ -1063,7 +1063,7 @@
}
],
"type" : "STATIC",
"value" : "D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug"
"value" : "D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug"
},
{
"name" : "FC-Chess_IS_TOP_LEVEL",
@@ -1087,7 +1087,7 @@
}
],
"type" : "STATIC",
"value" : "D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess"
"value" : "D:/Files/Documents/GitHub/FC-Chess/FC-Chess"
}
],
"kind" : "cache",
@@ -720,8 +720,8 @@
"kind" : "cmakeFiles",
"paths" :
{
"build" : "D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug",
"source" : "D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess"
"build" : "D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug",
"source" : "D:/Files/Documents/GitHub/FC-Chess/FC-Chess"
},
"version" :
{
@@ -55,7 +55,7 @@
{
"directoryIndex" : 1,
"id" : "FC-Chess::@314738accb03fcc8cafb",
"jsonFile" : "target-FC-Chess-Debug-435428c7450c87e145c9.json",
"jsonFile" : "target-FC-Chess-Debug-2c684a82381827f8011e.json",
"name" : "FC-Chess",
"projectIndex" : 0
}
@@ -65,8 +65,8 @@
"kind" : "codemodel",
"paths" :
{
"build" : "D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug",
"source" : "D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess"
"build" : "D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug",
"source" : "D:/Files/Documents/GitHub/FC-Chess/FC-Chess"
},
"version" :
{
@@ -26,7 +26,7 @@
"objects" :
[
{
"jsonFile" : "codemodel-v2-cb8fba20a4bc50b63ba4.json",
"jsonFile" : "codemodel-v2-5456e29dbb4dfe3a6f57.json",
"kind" : "codemodel",
"version" :
{
@@ -35,7 +35,7 @@
}
},
{
"jsonFile" : "cache-v2-c16c5f61b3ba5b2403b9.json",
"jsonFile" : "cache-v2-fde3af63a9a3a8dfafdb.json",
"kind" : "cache",
"version" :
{
@@ -44,7 +44,7 @@
}
},
{
"jsonFile" : "cmakeFiles-v1-d5d55f4c7a6ef36b1ea9.json",
"jsonFile" : "cmakeFiles-v1-298425cd30f82a30a5d5.json",
"kind" : "cmakeFiles",
"version" :
{
@@ -90,7 +90,7 @@
"responses" :
[
{
"jsonFile" : "cache-v2-c16c5f61b3ba5b2403b9.json",
"jsonFile" : "cache-v2-fde3af63a9a3a8dfafdb.json",
"kind" : "cache",
"version" :
{
@@ -99,7 +99,7 @@
}
},
{
"jsonFile" : "cmakeFiles-v1-d5d55f4c7a6ef36b1ea9.json",
"jsonFile" : "cmakeFiles-v1-298425cd30f82a30a5d5.json",
"kind" : "cmakeFiles",
"version" :
{
@@ -108,7 +108,7 @@
}
},
{
"jsonFile" : "codemodel-v2-cb8fba20a4bc50b63ba4.json",
"jsonFile" : "codemodel-v2-5456e29dbb4dfe3a6f57.json",
"kind" : "codemodel",
"version" :
{
@@ -62,7 +62,8 @@
},
"sourceIndexes" :
[
0
0,
1
]
}
],
@@ -99,13 +100,7 @@
"name" : "Source Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
0,
1
]
}
@@ -115,13 +110,14 @@
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "FC-Chess/FC-Chess.cpp",
"path" : "FC-Chess/main.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "FC-Chess/FC-Chess.h",
"sourceGroupIndex" : 1
"compileGroupIndex" : 0,
"path" : "FC-Chess/fc-chess.cpp",
"sourceGroupIndex" : 0
}
],
"type" : "EXECUTABLE"
Binary file not shown.
+3 -2
View File
@@ -1,3 +1,4 @@
# ninja log v5
0 1003 6808136534775484 FC-Chess/CMakeFiles/FC-Chess.dir/FC-Chess.cpp.obj e5d541cda6d12ae3
1004 1473 6808136539150791 FC-Chess/FC-Chess.exe 3ef801800309ef65
0 491 6811741436989060 FC-Chess/CMakeFiles/FC-Chess.dir/main.cpp.obj 79ac24bf236c1df0
2 496 6811741437029065 FC-Chess/CMakeFiles/FC-Chess.dir/fc-chess.cpp.obj 90b915f85686613b
496 941 6811741441030672 FC-Chess/FC-Chess.exe e6f1f1d5afad7a00
+6 -6
View File
@@ -1,5 +1,5 @@
# This is the CMakeCache file.
# For build in directory: d:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug
# For build in directory: d:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug
# It was generated by CMake: C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
@@ -81,7 +81,7 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
//No help, variable specified on the command line.
CMAKE_INSTALL_PREFIX:PATH=D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/install/x64-debug
CMAKE_INSTALL_PREFIX:PATH=D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/install/x64-debug
//Path to a program.
CMAKE_LINKER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.32.31326/bin/Hostx64/x64/link.exe
@@ -193,13 +193,13 @@ CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Value Computed by CMake
FC-Chess_BINARY_DIR:STATIC=D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug
FC-Chess_BINARY_DIR:STATIC=D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug
//Value Computed by CMake
FC-Chess_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake
FC-Chess_SOURCE_DIR:STATIC=D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess
FC-Chess_SOURCE_DIR:STATIC=D:/Files/Documents/GitHub/FC-Chess/FC-Chess
########################
@@ -209,7 +209,7 @@ FC-Chess_SOURCE_DIR:STATIC=D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=d:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug
CMAKE_CACHEFILE_DIR:INTERNAL=d:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
@@ -276,7 +276,7 @@ CMAKE_GENERATOR_PLATFORM:INTERNAL=
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess
CMAKE_HOME_DIRECTORY:INTERNAL=D:/Files/Documents/GitHub/FC-Chess/FC-Chess
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
@@ -1,5 +1,5 @@
D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug/CMakeFiles/edit_cache.dir
D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug/CMakeFiles/rebuild_cache.dir
D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug/FC-Chess/CMakeFiles/FC-Chess.dir
D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug/FC-Chess/CMakeFiles/edit_cache.dir
D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug/FC-Chess/CMakeFiles/rebuild_cache.dir
D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug/CMakeFiles/edit_cache.dir
D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug/CMakeFiles/rebuild_cache.dir
D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug/FC-Chess/CMakeFiles/FC-Chess.dir
D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug/FC-Chess/CMakeFiles/edit_cache.dir
D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug/FC-Chess/CMakeFiles/rebuild_cache.dir
@@ -30,7 +30,7 @@ rule CUSTOM_COMMAND
rule CXX_COMPILER__FC-Chess_Debug
deps = msvc
command = C:\PROGRA~1\MICROS~4\2022\COMMUN~1\VC\Tools\MSVC\1432~1.313\bin\Hostx64\x64\cl.exe /nologo /TP $DEFINES $INCLUDES $FLAGS /showIncludes /Fo$out /Fd$TARGET_COMPILE_PDB /FS -c $in
command = C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1432~1.313\bin\Hostx64\x64\cl.exe /nologo /TP $DEFINES $INCLUDES $FLAGS /showIncludes /Fo$out /Fd$TARGET_COMPILE_PDB /FS -c $in
description = Building CXX object $out
@@ -38,7 +38,7 @@ rule CXX_COMPILER__FC-Chess_Debug
# Rule for linking CXX executable.
rule CXX_EXECUTABLE_LINKER__FC-Chess_Debug
command = cmd.exe /C "$PRE_LINK && "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -E vs_link_exe --intdir=$OBJECT_DIR --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests $MANIFESTS -- C:\PROGRA~1\MICROS~4\2022\COMMUN~1\VC\Tools\MSVC\1432~1.313\bin\Hostx64\x64\link.exe /nologo $in /out:$TARGET_FILE /implib:$TARGET_IMPLIB /pdb:$TARGET_PDB /version:0.0 $LINK_FLAGS $LINK_PATH $LINK_LIBRARIES && $POST_BUILD"
command = cmd.exe /C "$PRE_LINK && "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -E vs_link_exe --intdir=$OBJECT_DIR --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests $MANIFESTS -- C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1432~1.313\bin\Hostx64\x64\link.exe /nologo $in /out:$TARGET_FILE /implib:$TARGET_IMPLIB /pdb:$TARGET_PDB /version:0.0 $LINK_FLAGS $LINK_PATH $LINK_LIBRARIES && $POST_BUILD"
description = Linking CXX executable $TARGET_FILE
restat = $RESTAT
@@ -47,7 +47,7 @@ rule CXX_EXECUTABLE_LINKER__FC-Chess_Debug
# Rule for re-running cmake.
rule RERUN_CMAKE
command = "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --regenerate-during-build -SD:\Dateien\Dokumente\Github\FC-Chess\FC-Chess -BD:\Dateien\Dokumente\Github\FC-Chess\FC-Chess\out\build\x64-debug
command = "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --regenerate-during-build -SD:\Files\Documents\GitHub\FC-Chess\FC-Chess -BD:\Files\Documents\GitHub\FC-Chess\FC-Chess\out\build\x64-debug
description = Re-running CMake...
generator = 1
@@ -1,2 +1,2 @@
#pragma code_page(65001)
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ "D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug/FC-Chess/CMakeFiles/FC-Chess.dir/embed.manifest"
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ "D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug/FC-Chess/CMakeFiles/FC-Chess.dir/embed.manifest"
Binary file not shown.
@@ -1,8 +1,8 @@
# Install script for directory: D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/FC-Chess
# Install script for directory: D:/Files/Documents/GitHub/FC-Chess/FC-Chess/FC-Chess
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/install/x64-debug")
set(CMAKE_INSTALL_PREFIX "D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/install/x64-debug")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+17 -10
View File
@@ -39,13 +39,13 @@ include CMakeFiles\rules.ninja
#############################################
# Logical path to working directory; prefix for absolute paths.
cmake_ninja_workdir = D$:\Dateien\Dokumente\Github\FC-Chess\FC-Chess\out\build\x64-debug\
cmake_ninja_workdir = D$:\Files\Documents\GitHub\FC-Chess\FC-Chess\out\build\x64-debug\
#############################################
# Utility command for edit_cache
build CMakeFiles\edit_cache.util: CUSTOM_COMMAND
COMMAND = cmd.exe /C "cd /D D:\Dateien\Dokumente\Github\FC-Chess\FC-Chess\out\build\x64-debug && "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -E echo "No interactive CMake dialog available.""
COMMAND = cmd.exe /C "cd /D D:\Files\Documents\GitHub\FC-Chess\FC-Chess\out\build\x64-debug && "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -E echo "No interactive CMake dialog available.""
DESC = No interactive CMake dialog available...
restat = 1
@@ -56,7 +56,7 @@ build edit_cache: phony CMakeFiles\edit_cache.util
# Utility command for rebuild_cache
build CMakeFiles\rebuild_cache.util: CUSTOM_COMMAND
COMMAND = cmd.exe /C "cd /D D:\Dateien\Dokumente\Github\FC-Chess\FC-Chess\out\build\x64-debug && "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --regenerate-during-build -SD:\Dateien\Dokumente\Github\FC-Chess\FC-Chess -BD:\Dateien\Dokumente\Github\FC-Chess\FC-Chess\out\build\x64-debug"
COMMAND = cmd.exe /C "cd /D D:\Files\Documents\GitHub\FC-Chess\FC-Chess\out\build\x64-debug && "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --regenerate-during-build -SD:\Files\Documents\GitHub\FC-Chess\FC-Chess -BD:\Files\Documents\GitHub\FC-Chess\FC-Chess\out\build\x64-debug"
DESC = Running CMake to regenerate build system...
pool = console
restat = 1
@@ -65,7 +65,7 @@ build rebuild_cache: phony CMakeFiles\rebuild_cache.util
# =============================================================================
# Write statements declared in CMakeLists.txt:
# D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/CMakeLists.txt
# D:/Files/Documents/GitHub/FC-Chess/FC-Chess/CMakeLists.txt
# =============================================================================
# =============================================================================
@@ -77,7 +77,14 @@ build rebuild_cache: phony CMakeFiles\rebuild_cache.util
build cmake_object_order_depends_target_FC-Chess: phony || FC-Chess\CMakeFiles\FC-Chess.dir
build FC-Chess\CMakeFiles\FC-Chess.dir\FC-Chess.cpp.obj: CXX_COMPILER__FC-Chess_Debug D$:\Dateien\Dokumente\Github\FC-Chess\FC-Chess\FC-Chess\FC-Chess.cpp || cmake_object_order_depends_target_FC-Chess
build FC-Chess\CMakeFiles\FC-Chess.dir\main.cpp.obj: CXX_COMPILER__FC-Chess_Debug D$:\Files\Documents\GitHub\FC-Chess\FC-Chess\FC-Chess\main.cpp || cmake_object_order_depends_target_FC-Chess
FLAGS = /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++20
OBJECT_DIR = FC-Chess\CMakeFiles\FC-Chess.dir
OBJECT_FILE_DIR = FC-Chess\CMakeFiles\FC-Chess.dir
TARGET_COMPILE_PDB = FC-Chess\CMakeFiles\FC-Chess.dir\
TARGET_PDB = FC-Chess\FC-Chess.pdb
build FC-Chess\CMakeFiles\FC-Chess.dir\fc-chess.cpp.obj: CXX_COMPILER__FC-Chess_Debug D$:\Files\Documents\GitHub\FC-Chess\FC-Chess\FC-Chess\fc-chess.cpp || cmake_object_order_depends_target_FC-Chess
FLAGS = /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -std:c++20
OBJECT_DIR = FC-Chess\CMakeFiles\FC-Chess.dir
OBJECT_FILE_DIR = FC-Chess\CMakeFiles\FC-Chess.dir
@@ -92,7 +99,7 @@ build FC-Chess\CMakeFiles\FC-Chess.dir\FC-Chess.cpp.obj: CXX_COMPILER__FC-Chess_
#############################################
# Link the executable FC-Chess\FC-Chess.exe
build FC-Chess\FC-Chess.exe: CXX_EXECUTABLE_LINKER__FC-Chess_Debug FC-Chess\CMakeFiles\FC-Chess.dir\FC-Chess.cpp.obj
build FC-Chess\FC-Chess.exe: CXX_EXECUTABLE_LINKER__FC-Chess_Debug FC-Chess\CMakeFiles\FC-Chess.dir\main.cpp.obj FC-Chess\CMakeFiles\FC-Chess.dir\fc-chess.cpp.obj
FLAGS = /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1
LINK_FLAGS = /machine:x64 /debug /INCREMENTAL /subsystem:console
LINK_LIBRARIES = kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib
@@ -109,7 +116,7 @@ build FC-Chess\FC-Chess.exe: CXX_EXECUTABLE_LINKER__FC-Chess_Debug FC-Chess\CMak
# Utility command for edit_cache
build FC-Chess\CMakeFiles\edit_cache.util: CUSTOM_COMMAND
COMMAND = cmd.exe /C "cd /D D:\Dateien\Dokumente\Github\FC-Chess\FC-Chess\out\build\x64-debug\FC-Chess && "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -E echo "No interactive CMake dialog available.""
COMMAND = cmd.exe /C "cd /D D:\Files\Documents\GitHub\FC-Chess\FC-Chess\out\build\x64-debug\FC-Chess && "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -E echo "No interactive CMake dialog available.""
DESC = No interactive CMake dialog available...
restat = 1
@@ -120,7 +127,7 @@ build FC-Chess\edit_cache: phony FC-Chess\CMakeFiles\edit_cache.util
# Utility command for rebuild_cache
build FC-Chess\CMakeFiles\rebuild_cache.util: CUSTOM_COMMAND
COMMAND = cmd.exe /C "cd /D D:\Dateien\Dokumente\Github\FC-Chess\FC-Chess\out\build\x64-debug\FC-Chess && "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --regenerate-during-build -SD:\Dateien\Dokumente\Github\FC-Chess\FC-Chess -BD:\Dateien\Dokumente\Github\FC-Chess\FC-Chess\out\build\x64-debug"
COMMAND = cmd.exe /C "cd /D D:\Files\Documents\GitHub\FC-Chess\FC-Chess\out\build\x64-debug\FC-Chess && "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --regenerate-during-build -SD:\Files\Documents\GitHub\FC-Chess\FC-Chess -BD:\Files\Documents\GitHub\FC-Chess\FC-Chess\out\build\x64-debug"
DESC = Running CMake to regenerate build system...
pool = console
restat = 1
@@ -140,14 +147,14 @@ build FC-Chess.exe: phony FC-Chess\FC-Chess.exe
# =============================================================================
#############################################
# Folder: D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug
# Folder: D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug
build all: phony FC-Chess\all
# =============================================================================
#############################################
# Folder: D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug/FC-Chess
# Folder: D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug/FC-Chess
build FC-Chess\all: phony FC-Chess\FC-Chess.exe
@@ -1,8 +1,8 @@
# Install script for directory: D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess
# Install script for directory: D:/Files/Documents/GitHub/FC-Chess/FC-Chess
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/install/x64-debug")
set(CMAKE_INSTALL_PREFIX "D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/install/x64-debug")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
@@ -34,7 +34,7 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug/FC-Chess/cmake_install.cmake")
include("D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug/FC-Chess/cmake_install.cmake")
endif()
@@ -46,5 +46,5 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "D:/Dateien/Dokumente/Github/FC-Chess/FC-Chess/out/build/x64-debug/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "D:/Files/Documents/GitHub/FC-Chess/FC-Chess/out/build/x64-debug/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")