diff --git a/FC-Chess/FC-Chess/CMakeLists.txt b/FC-Chess/FC-Chess/CMakeLists.txt index d0de081..b5dbb34 100644 --- a/FC-Chess/FC-Chess/CMakeLists.txt +++ b/FC-Chess/FC-Chess/CMakeLists.txt @@ -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) diff --git a/FC-Chess/FC-Chess/FC-Chess.cpp b/FC-Chess/FC-Chess/FC-Chess.cpp index 8c9f6b0..e678c20 100644 --- a/FC-Chess/FC-Chess/FC-Chess.cpp +++ b/FC-Chess/FC-Chess/FC-Chess.cpp @@ -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; +} \ No newline at end of file diff --git a/FC-Chess/FC-Chess/FC-Chess.h b/FC-Chess/FC-Chess/FC-Chess.h index 6d4572e..bdca246 100644 --- a/FC-Chess/FC-Chess/FC-Chess.h +++ b/FC-Chess/FC-Chess/FC-Chess.h @@ -1,8 +1,11 @@ -// FC-Chess.h : Include file for standard system include files, -// or project specific include files. - #pragma once - #include -// TODO: Reference additional headers your program requires here. +namespace FCC +{ + class Game + { + public: + void mainLoop(); + }; +} diff --git a/FC-Chess/FC-Chess/main.cpp b/FC-Chess/FC-Chess/main.cpp new file mode 100644 index 0000000..64e4630 --- /dev/null +++ b/FC-Chess/FC-Chess/main.cpp @@ -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; +} diff --git a/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/cache-v2-c16c5f61b3ba5b2403b9.json b/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/cache-v2-fde3af63a9a3a8dfafdb.json similarity index 98% rename from FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/cache-v2-c16c5f61b3ba5b2403b9.json rename to FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/cache-v2-fde3af63a9a3a8dfafdb.json index 406501a..b721744 100644 --- a/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/cache-v2-c16c5f61b3ba5b2403b9.json +++ b/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/cache-v2-fde3af63a9a3a8dfafdb.json @@ -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", diff --git a/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/cmakeFiles-v1-d5d55f4c7a6ef36b1ea9.json b/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/cmakeFiles-v1-298425cd30f82a30a5d5.json similarity index 99% rename from FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/cmakeFiles-v1-d5d55f4c7a6ef36b1ea9.json rename to FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/cmakeFiles-v1-298425cd30f82a30a5d5.json index f9b9885..c12feee 100644 --- a/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/cmakeFiles-v1-d5d55f4c7a6ef36b1ea9.json +++ b/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/cmakeFiles-v1-298425cd30f82a30a5d5.json @@ -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" : { diff --git a/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/codemodel-v2-cb8fba20a4bc50b63ba4.json b/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/codemodel-v2-5456e29dbb4dfe3a6f57.json similarity index 83% rename from FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/codemodel-v2-cb8fba20a4bc50b63ba4.json rename to FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/codemodel-v2-5456e29dbb4dfe3a6f57.json index 02e9db6..666577b 100644 --- a/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/codemodel-v2-cb8fba20a4bc50b63ba4.json +++ b/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/codemodel-v2-5456e29dbb4dfe3a6f57.json @@ -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" : { diff --git a/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/index-2022-07-29T15-47-56-0335.json b/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/index-2022-08-02T20-07-16-0989.json similarity index 86% rename from FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/index-2022-07-29T15-47-56-0335.json rename to FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/index-2022-08-02T20-07-16-0989.json index 9d66dd3..2f721b5 100644 --- a/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/index-2022-07-29T15-47-56-0335.json +++ b/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/index-2022-08-02T20-07-16-0989.json @@ -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" : { diff --git a/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/target-FC-Chess-Debug-435428c7450c87e145c9.json b/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/target-FC-Chess-Debug-2c684a82381827f8011e.json similarity index 90% rename from FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/target-FC-Chess-Debug-435428c7450c87e145c9.json rename to FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/target-FC-Chess-Debug-2c684a82381827f8011e.json index 00731bc..9032047 100644 --- a/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/target-FC-Chess-Debug-435428c7450c87e145c9.json +++ b/FC-Chess/out/build/x64-debug/.cmake/api/v1/reply/target-FC-Chess-Debug-2c684a82381827f8011e.json @@ -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" diff --git a/FC-Chess/out/build/x64-debug/.ninja_deps b/FC-Chess/out/build/x64-debug/.ninja_deps index 0f83419..00cf7e6 100644 Binary files a/FC-Chess/out/build/x64-debug/.ninja_deps and b/FC-Chess/out/build/x64-debug/.ninja_deps differ diff --git a/FC-Chess/out/build/x64-debug/.ninja_log b/FC-Chess/out/build/x64-debug/.ninja_log index d058725..826b2e2 100644 --- a/FC-Chess/out/build/x64-debug/.ninja_log +++ b/FC-Chess/out/build/x64-debug/.ninja_log @@ -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 diff --git a/FC-Chess/out/build/x64-debug/CMakeCache.txt b/FC-Chess/out/build/x64-debug/CMakeCache.txt index 95cab4e..2f034a7 100644 --- a/FC-Chess/out/build/x64-debug/CMakeCache.txt +++ b/FC-Chess/out/build/x64-debug/CMakeCache.txt @@ -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 diff --git a/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CMakeDetermineCompilerABI_C.bin b/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CMakeDetermineCompilerABI_C.bin index 3926634..5c0561e 100644 Binary files a/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CMakeDetermineCompilerABI_C.bin and b/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CMakeDetermineCompilerABI_C.bin differ diff --git a/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CMakeDetermineCompilerABI_CXX.bin b/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CMakeDetermineCompilerABI_CXX.bin index 79e1a67..7da9ce7 100644 Binary files a/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CMakeDetermineCompilerABI_CXX.bin and b/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CompilerIdC/CMakeCCompilerId.exe b/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CompilerIdC/CMakeCCompilerId.exe index d96d6ee..098346a 100644 Binary files a/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CompilerIdC/CMakeCCompilerId.exe and b/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CompilerIdC/CMakeCCompilerId.exe differ diff --git a/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.exe b/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.exe index f1d2b8a..38c980d 100644 Binary files a/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.exe and b/FC-Chess/out/build/x64-debug/CMakeFiles/3.22.22040401-MSVC_2/CompilerIdCXX/CMakeCXXCompilerId.exe differ diff --git a/FC-Chess/out/build/x64-debug/CMakeFiles/TargetDirectories.txt b/FC-Chess/out/build/x64-debug/CMakeFiles/TargetDirectories.txt index 6d01f81..c073a58 100644 --- a/FC-Chess/out/build/x64-debug/CMakeFiles/TargetDirectories.txt +++ b/FC-Chess/out/build/x64-debug/CMakeFiles/TargetDirectories.txt @@ -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 diff --git a/FC-Chess/out/build/x64-debug/CMakeFiles/rules.ninja b/FC-Chess/out/build/x64-debug/CMakeFiles/rules.ninja index 6c0281e..ff3a5c6 100644 --- a/FC-Chess/out/build/x64-debug/CMakeFiles/rules.ninja +++ b/FC-Chess/out/build/x64-debug/CMakeFiles/rules.ninja @@ -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 diff --git a/FC-Chess/out/build/x64-debug/FC-Chess/CMakeFiles/FC-Chess.dir/manifest.rc b/FC-Chess/out/build/x64-debug/FC-Chess/CMakeFiles/FC-Chess.dir/manifest.rc index 922667a..5a3c5a6 100644 --- a/FC-Chess/out/build/x64-debug/FC-Chess/CMakeFiles/FC-Chess.dir/manifest.rc +++ b/FC-Chess/out/build/x64-debug/FC-Chess/CMakeFiles/FC-Chess.dir/manifest.rc @@ -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" \ No newline at end of file +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" \ No newline at end of file diff --git a/FC-Chess/out/build/x64-debug/FC-Chess/FC-Chess.exe b/FC-Chess/out/build/x64-debug/FC-Chess/FC-Chess.exe index 25a3448..9f3eb2b 100644 Binary files a/FC-Chess/out/build/x64-debug/FC-Chess/FC-Chess.exe and b/FC-Chess/out/build/x64-debug/FC-Chess/FC-Chess.exe differ diff --git a/FC-Chess/out/build/x64-debug/FC-Chess/cmake_install.cmake b/FC-Chess/out/build/x64-debug/FC-Chess/cmake_install.cmake index 9cda839..dc164e2 100644 --- a/FC-Chess/out/build/x64-debug/FC-Chess/cmake_install.cmake +++ b/FC-Chess/out/build/x64-debug/FC-Chess/cmake_install.cmake @@ -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}") diff --git a/FC-Chess/out/build/x64-debug/build.ninja b/FC-Chess/out/build/x64-debug/build.ninja index 019bb64..946eb53 100644 --- a/FC-Chess/out/build/x64-debug/build.ninja +++ b/FC-Chess/out/build/x64-debug/build.ninja @@ -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 diff --git a/FC-Chess/out/build/x64-debug/cmake_install.cmake b/FC-Chess/out/build/x64-debug/cmake_install.cmake index 5395a2a..e82aa0c 100644 --- a/FC-Chess/out/build/x64-debug/cmake_install.cmake +++ b/FC-Chess/out/build/x64-debug/cmake_install.cmake @@ -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}")