From abb40826c43a58759c476d947f91dacbd0fe0c76 Mon Sep 17 00:00:00 2001 From: Wander-allen <18829353030@163.com> Date: Sun, 30 May 2021 00:55:05 +0800 Subject: [PATCH] =?UTF-8?q?cmake=20=E5=BA=93=E6=96=87=E4=BB=B6=E7=94=9F?= =?UTF-8?q?=E6=88=90=E4=B8=8E=E9=93=BE=E6=8E=A5=E4=BB=A5=E5=8F=8A=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=80=89=E9=A1=B9=E3=80=81=E6=8E=A7=E5=88=B6=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E7=9A=84=E5=BA=94=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 + cmake_lib/CMakeLists.txt | 13 + .../api/v1/query/client-vscode/query.json | 1 + .../reply/cache-v2-6321e71da43e0d96c866.json | 1351 ++++++++++++++++ .../codemodel-v2-4c3481f8f2be60986c5a.json | 68 + .../reply/index-2021-05-29T16-33-00-0990.json | 95 ++ ...unc_shared-Debug-7bfd61afb0194ff85b53.json | 103 ++ ...unc_static-Debug-535426564aea67237178.json | 77 + cmake_lib/build/CMakeCache.txt | 420 +++++ .../CMakeFiles/3.19.4/CMakeCCompiler.cmake | 77 + .../CMakeFiles/3.19.4/CMakeCXXCompiler.cmake | 89 ++ .../3.19.4/CMakeDetermineCompilerABI_C.bin | Bin 0 -> 53904 bytes .../3.19.4/CMakeDetermineCompilerABI_CXX.bin | Bin 0 -> 53913 bytes .../CMakeFiles/3.19.4/CMakeRCCompiler.cmake | 6 + .../build/CMakeFiles/3.19.4/CMakeSystem.cmake | 15 + .../3.19.4/CompilerIdC/CMakeCCompilerId.c | 691 +++++++++ .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 680 ++++++++ .../CMakeDirectoryInformation.cmake | 16 + cmake_lib/build/CMakeFiles/CMakeOutput.log | 357 +++++ cmake_lib/build/CMakeFiles/Makefile.cmake | 128 ++ cmake_lib/build/CMakeFiles/Makefile2 | 153 ++ .../build/CMakeFiles/TargetDirectories.txt | 4 + cmake_lib/build/CMakeFiles/cmake.check_cache | 1 + .../CMakeFiles/func_shared.dir/C.includecache | 16 + .../func_shared.dir/DependInfo.cmake | 25 + .../CMakeFiles/func_shared.dir/build.make | 118 ++ .../func_shared.dir/cmake_clean.cmake | 12 + .../func_shared.dir/depend.internal | 6 + .../CMakeFiles/func_shared.dir/depend.make | 6 + .../CMakeFiles/func_shared.dir/flags.make | 10 + .../build/CMakeFiles/func_shared.dir/link.txt | 3 + .../CMakeFiles/func_shared.dir/linklibs.rsp | 1 + .../CMakeFiles/func_shared.dir/objects1.rsp | 1 + .../CMakeFiles/func_shared.dir/progress.make | 3 + .../CMakeFiles/func_static.dir/C.includecache | 16 + .../func_static.dir/DependInfo.cmake | 20 + .../CMakeFiles/func_static.dir/build.make | 117 ++ .../func_static.dir/cmake_clean.cmake | 10 + .../func_static.dir/cmake_clean_target.cmake | 3 + .../func_static.dir/depend.internal | 6 + .../CMakeFiles/func_static.dir/depend.make | 6 + .../CMakeFiles/func_static.dir/flags.make | 10 + .../build/CMakeFiles/func_static.dir/link.txt | 2 + .../CMakeFiles/func_static.dir/progress.make | 3 + cmake_lib/build/CMakeFiles/progress.marks | 1 + cmake_lib/build/Makefile | 213 +++ cmake_lib/build/cmake_install.cmake | 49 + cmake_lib/build/compile_commands.json | 12 + cmake_lib/func/func.c | 7 + cmake_lib/func/func.h | 15 + cmake_link_lib/.vscode/launch.json | 29 + cmake_link_lib/.vscode/settings.json | 3 + cmake_link_lib/.vscode/tasks.json | 27 + cmake_link_lib/CMakeLists.txt | 22 + .../api/v1/query/client-vscode/query.json | 1 + .../reply/cache-v2-549aa7df833e8bae2704.json | 1363 +++++++++++++++++ .../codemodel-v2-1f195aed88d629a83a81.json | 59 + .../reply/index-2021-05-29T16-46-09-0469.json | 95 ++ ...arget-main-Debug-a6de24c5de5a1a29a660.json | 124 ++ cmake_link_lib/build/CMakeCache.txt | 423 +++++ .../CMakeFiles/3.19.4/CMakeCCompiler.cmake | 77 + .../CMakeFiles/3.19.4/CMakeCXXCompiler.cmake | 89 ++ .../3.19.4/CMakeDetermineCompilerABI_C.bin | Bin 0 -> 53904 bytes .../3.19.4/CMakeDetermineCompilerABI_CXX.bin | Bin 0 -> 53913 bytes .../CMakeFiles/3.19.4/CMakeRCCompiler.cmake | 6 + .../build/CMakeFiles/3.19.4/CMakeSystem.cmake | 15 + .../3.19.4/CompilerIdC/CMakeCCompilerId.c | 691 +++++++++ .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 680 ++++++++ .../CMakeDirectoryInformation.cmake | 16 + .../build/CMakeFiles/CMakeOutput.log | 357 +++++ .../build/CMakeFiles/Makefile.cmake | 52 + cmake_link_lib/build/CMakeFiles/Makefile2 | 124 ++ .../build/CMakeFiles/TargetDirectories.txt | 3 + .../build/CMakeFiles/cmake.check_cache | 1 + .../build/CMakeFiles/main.dir/C.includecache | 16 + .../CMakeFiles/main.dir/DependInfo.cmake | 21 + .../build/CMakeFiles/main.dir/build.make | 120 ++ .../CMakeFiles/main.dir/cmake_clean.cmake | 12 + .../build/CMakeFiles/main.dir/depend.internal | 6 + .../build/CMakeFiles/main.dir/depend.make | 6 + .../build/CMakeFiles/main.dir/flags.make | 10 + .../build/CMakeFiles/main.dir/includes_C.rsp | 1 + .../build/CMakeFiles/main.dir/link.txt | 3 + .../build/CMakeFiles/main.dir/linklibs.rsp | 1 + .../build/CMakeFiles/main.dir/objects1.rsp | 1 + .../build/CMakeFiles/main.dir/progress.make | 3 + .../build/CMakeFiles/progress.marks | 1 + cmake_link_lib/build/Makefile | 196 +++ cmake_link_lib/build/cmake_install.cmake | 49 + cmake_link_lib/build/compile_commands.json | 7 + cmake_link_lib/func/func.h | 15 + cmake_link_lib/src/main.c | 11 + cmake_user/.vscode/launch.json | 29 + cmake_user/.vscode/settings.json | 3 + cmake_user/.vscode/tasks.json | 27 + cmake_user/CMakeLists.txt | 23 + .../api/v1/query/client-vscode/query.json | 1 + .../reply/cache-v2-080a60c77cb75fbbc37b.json | 1351 ++++++++++++++++ .../codemodel-v2-c3381d42dd66dbd9070e.json | 74 + .../reply/index-2021-05-29T16-04-20-0873.json | 95 ++ ...arget-main-Debug-e0695846b71ca11afda2.json | 128 ++ cmake_user/build/CMakeCache.txt | 420 +++++ .../CMakeFiles/3.19.4/CMakeCCompiler.cmake | 77 + .../CMakeFiles/3.19.4/CMakeCXXCompiler.cmake | 89 ++ .../3.19.4/CMakeDetermineCompilerABI_C.bin | Bin 0 -> 53904 bytes .../3.19.4/CMakeDetermineCompilerABI_CXX.bin | Bin 0 -> 53913 bytes .../CMakeFiles/3.19.4/CMakeRCCompiler.cmake | 6 + .../build/CMakeFiles/3.19.4/CMakeSystem.cmake | 15 + .../3.19.4/CompilerIdC/CMakeCCompilerId.c | 691 +++++++++ .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 680 ++++++++ .../CMakeDirectoryInformation.cmake | 16 + cmake_user/build/CMakeFiles/CMakeOutput.log | 714 +++++++++ cmake_user/build/CMakeFiles/Makefile.cmake | 54 + cmake_user/build/CMakeFiles/Makefile2 | 142 ++ .../build/CMakeFiles/TargetDirectories.txt | 5 + cmake_user/build/CMakeFiles/cmake.check_cache | 1 + .../build/CMakeFiles/main.dir/C.includecache | 20 + .../CMakeFiles/main.dir/DependInfo.cmake | 24 + .../build/CMakeFiles/main.dir/build.make | 151 ++ .../CMakeFiles/main.dir/cmake_clean.cmake | 14 + .../build/CMakeFiles/main.dir/depend.internal | 13 + .../build/CMakeFiles/main.dir/depend.make | 13 + .../build/CMakeFiles/main.dir/flags.make | 10 + .../build/CMakeFiles/main.dir/includes_C.rsp | 1 + cmake_user/build/CMakeFiles/main.dir/link.txt | 3 + .../build/CMakeFiles/main.dir/linklibs.rsp | 1 + .../build/CMakeFiles/main.dir/objects1.rsp | 1 + .../build/CMakeFiles/main.dir/progress.make | 5 + cmake_user/build/CMakeFiles/progress.marks | 1 + cmake_user/build/Makefile | 166 ++ cmake_user/build/cmake_install.cmake | 55 + cmake_user/build/compile_commands.json | 17 + .../CMakeDirectoryInformation.cmake | 16 + .../src/CMakeFiles/main.dir/C.includecache | 32 + .../src/CMakeFiles/main.dir/DependInfo.cmake | 23 + .../build/src/CMakeFiles/main.dir/build.make | 151 ++ .../src/CMakeFiles/main.dir/cmake_clean.cmake | 14 + .../src/CMakeFiles/main.dir/depend.internal | 13 + .../build/src/CMakeFiles/main.dir/depend.make | 13 + .../build/src/CMakeFiles/main.dir/flags.make | 10 + .../src/CMakeFiles/main.dir/includes_C.rsp | 1 + .../build/src/CMakeFiles/main.dir/link.txt | 3 + .../src/CMakeFiles/main.dir/linklibs.rsp | 1 + .../src/CMakeFiles/main.dir/objects1.rsp | 1 + .../src/CMakeFiles/main.dir/progress.make | 5 + .../build/src/CMakeFiles/progress.marks | 1 + cmake_user/build/src/Makefile | 258 ++++ cmake_user/build/src/cmake_install.cmake | 39 + cmake_user/inc/func.h | 15 + cmake_user/inc/func1.h | 15 + cmake_user/src/CMakeLists.txt | 15 + cmake_user/src/func.c | 7 + cmake_user/src/func1.c | 7 + cmake_user/src/main.c | 13 + 154 files changed, 15572 insertions(+) create mode 100644 cmake_lib/CMakeLists.txt create mode 100644 cmake_lib/build/.cmake/api/v1/query/client-vscode/query.json create mode 100644 cmake_lib/build/.cmake/api/v1/reply/cache-v2-6321e71da43e0d96c866.json create mode 100644 cmake_lib/build/.cmake/api/v1/reply/codemodel-v2-4c3481f8f2be60986c5a.json create mode 100644 cmake_lib/build/.cmake/api/v1/reply/index-2021-05-29T16-33-00-0990.json create mode 100644 cmake_lib/build/.cmake/api/v1/reply/target-func_shared-Debug-7bfd61afb0194ff85b53.json create mode 100644 cmake_lib/build/.cmake/api/v1/reply/target-func_static-Debug-535426564aea67237178.json create mode 100644 cmake_lib/build/CMakeCache.txt create mode 100644 cmake_lib/build/CMakeFiles/3.19.4/CMakeCCompiler.cmake create mode 100644 cmake_lib/build/CMakeFiles/3.19.4/CMakeCXXCompiler.cmake create mode 100644 cmake_lib/build/CMakeFiles/3.19.4/CMakeDetermineCompilerABI_C.bin create mode 100644 cmake_lib/build/CMakeFiles/3.19.4/CMakeDetermineCompilerABI_CXX.bin create mode 100644 cmake_lib/build/CMakeFiles/3.19.4/CMakeRCCompiler.cmake create mode 100644 cmake_lib/build/CMakeFiles/3.19.4/CMakeSystem.cmake create mode 100644 cmake_lib/build/CMakeFiles/3.19.4/CompilerIdC/CMakeCCompilerId.c create mode 100644 cmake_lib/build/CMakeFiles/3.19.4/CompilerIdCXX/CMakeCXXCompilerId.cpp create mode 100644 cmake_lib/build/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 cmake_lib/build/CMakeFiles/CMakeOutput.log create mode 100644 cmake_lib/build/CMakeFiles/Makefile.cmake create mode 100644 cmake_lib/build/CMakeFiles/Makefile2 create mode 100644 cmake_lib/build/CMakeFiles/TargetDirectories.txt create mode 100644 cmake_lib/build/CMakeFiles/cmake.check_cache create mode 100644 cmake_lib/build/CMakeFiles/func_shared.dir/C.includecache create mode 100644 cmake_lib/build/CMakeFiles/func_shared.dir/DependInfo.cmake create mode 100644 cmake_lib/build/CMakeFiles/func_shared.dir/build.make create mode 100644 cmake_lib/build/CMakeFiles/func_shared.dir/cmake_clean.cmake create mode 100644 cmake_lib/build/CMakeFiles/func_shared.dir/depend.internal create mode 100644 cmake_lib/build/CMakeFiles/func_shared.dir/depend.make create mode 100644 cmake_lib/build/CMakeFiles/func_shared.dir/flags.make create mode 100644 cmake_lib/build/CMakeFiles/func_shared.dir/link.txt create mode 100644 cmake_lib/build/CMakeFiles/func_shared.dir/linklibs.rsp create mode 100644 cmake_lib/build/CMakeFiles/func_shared.dir/objects1.rsp create mode 100644 cmake_lib/build/CMakeFiles/func_shared.dir/progress.make create mode 100644 cmake_lib/build/CMakeFiles/func_static.dir/C.includecache create mode 100644 cmake_lib/build/CMakeFiles/func_static.dir/DependInfo.cmake create mode 100644 cmake_lib/build/CMakeFiles/func_static.dir/build.make create mode 100644 cmake_lib/build/CMakeFiles/func_static.dir/cmake_clean.cmake create mode 100644 cmake_lib/build/CMakeFiles/func_static.dir/cmake_clean_target.cmake create mode 100644 cmake_lib/build/CMakeFiles/func_static.dir/depend.internal create mode 100644 cmake_lib/build/CMakeFiles/func_static.dir/depend.make create mode 100644 cmake_lib/build/CMakeFiles/func_static.dir/flags.make create mode 100644 cmake_lib/build/CMakeFiles/func_static.dir/link.txt create mode 100644 cmake_lib/build/CMakeFiles/func_static.dir/progress.make create mode 100644 cmake_lib/build/CMakeFiles/progress.marks create mode 100644 cmake_lib/build/Makefile create mode 100644 cmake_lib/build/cmake_install.cmake create mode 100644 cmake_lib/build/compile_commands.json create mode 100644 cmake_lib/func/func.c create mode 100644 cmake_lib/func/func.h create mode 100644 cmake_link_lib/.vscode/launch.json create mode 100644 cmake_link_lib/.vscode/settings.json create mode 100644 cmake_link_lib/.vscode/tasks.json create mode 100644 cmake_link_lib/CMakeLists.txt create mode 100644 cmake_link_lib/build/.cmake/api/v1/query/client-vscode/query.json create mode 100644 cmake_link_lib/build/.cmake/api/v1/reply/cache-v2-549aa7df833e8bae2704.json create mode 100644 cmake_link_lib/build/.cmake/api/v1/reply/codemodel-v2-1f195aed88d629a83a81.json create mode 100644 cmake_link_lib/build/.cmake/api/v1/reply/index-2021-05-29T16-46-09-0469.json create mode 100644 cmake_link_lib/build/.cmake/api/v1/reply/target-main-Debug-a6de24c5de5a1a29a660.json create mode 100644 cmake_link_lib/build/CMakeCache.txt create mode 100644 cmake_link_lib/build/CMakeFiles/3.19.4/CMakeCCompiler.cmake create mode 100644 cmake_link_lib/build/CMakeFiles/3.19.4/CMakeCXXCompiler.cmake create mode 100644 cmake_link_lib/build/CMakeFiles/3.19.4/CMakeDetermineCompilerABI_C.bin create mode 100644 cmake_link_lib/build/CMakeFiles/3.19.4/CMakeDetermineCompilerABI_CXX.bin create mode 100644 cmake_link_lib/build/CMakeFiles/3.19.4/CMakeRCCompiler.cmake create mode 100644 cmake_link_lib/build/CMakeFiles/3.19.4/CMakeSystem.cmake create mode 100644 cmake_link_lib/build/CMakeFiles/3.19.4/CompilerIdC/CMakeCCompilerId.c create mode 100644 cmake_link_lib/build/CMakeFiles/3.19.4/CompilerIdCXX/CMakeCXXCompilerId.cpp create mode 100644 cmake_link_lib/build/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 cmake_link_lib/build/CMakeFiles/CMakeOutput.log create mode 100644 cmake_link_lib/build/CMakeFiles/Makefile.cmake create mode 100644 cmake_link_lib/build/CMakeFiles/Makefile2 create mode 100644 cmake_link_lib/build/CMakeFiles/TargetDirectories.txt create mode 100644 cmake_link_lib/build/CMakeFiles/cmake.check_cache create mode 100644 cmake_link_lib/build/CMakeFiles/main.dir/C.includecache create mode 100644 cmake_link_lib/build/CMakeFiles/main.dir/DependInfo.cmake create mode 100644 cmake_link_lib/build/CMakeFiles/main.dir/build.make create mode 100644 cmake_link_lib/build/CMakeFiles/main.dir/cmake_clean.cmake create mode 100644 cmake_link_lib/build/CMakeFiles/main.dir/depend.internal create mode 100644 cmake_link_lib/build/CMakeFiles/main.dir/depend.make create mode 100644 cmake_link_lib/build/CMakeFiles/main.dir/flags.make create mode 100644 cmake_link_lib/build/CMakeFiles/main.dir/includes_C.rsp create mode 100644 cmake_link_lib/build/CMakeFiles/main.dir/link.txt create mode 100644 cmake_link_lib/build/CMakeFiles/main.dir/linklibs.rsp create mode 100644 cmake_link_lib/build/CMakeFiles/main.dir/objects1.rsp create mode 100644 cmake_link_lib/build/CMakeFiles/main.dir/progress.make create mode 100644 cmake_link_lib/build/CMakeFiles/progress.marks create mode 100644 cmake_link_lib/build/Makefile create mode 100644 cmake_link_lib/build/cmake_install.cmake create mode 100644 cmake_link_lib/build/compile_commands.json create mode 100644 cmake_link_lib/func/func.h create mode 100644 cmake_link_lib/src/main.c create mode 100644 cmake_user/.vscode/launch.json create mode 100644 cmake_user/.vscode/settings.json create mode 100644 cmake_user/.vscode/tasks.json create mode 100644 cmake_user/CMakeLists.txt create mode 100644 cmake_user/build/.cmake/api/v1/query/client-vscode/query.json create mode 100644 cmake_user/build/.cmake/api/v1/reply/cache-v2-080a60c77cb75fbbc37b.json create mode 100644 cmake_user/build/.cmake/api/v1/reply/codemodel-v2-c3381d42dd66dbd9070e.json create mode 100644 cmake_user/build/.cmake/api/v1/reply/index-2021-05-29T16-04-20-0873.json create mode 100644 cmake_user/build/.cmake/api/v1/reply/target-main-Debug-e0695846b71ca11afda2.json create mode 100644 cmake_user/build/CMakeCache.txt create mode 100644 cmake_user/build/CMakeFiles/3.19.4/CMakeCCompiler.cmake create mode 100644 cmake_user/build/CMakeFiles/3.19.4/CMakeCXXCompiler.cmake create mode 100644 cmake_user/build/CMakeFiles/3.19.4/CMakeDetermineCompilerABI_C.bin create mode 100644 cmake_user/build/CMakeFiles/3.19.4/CMakeDetermineCompilerABI_CXX.bin create mode 100644 cmake_user/build/CMakeFiles/3.19.4/CMakeRCCompiler.cmake create mode 100644 cmake_user/build/CMakeFiles/3.19.4/CMakeSystem.cmake create mode 100644 cmake_user/build/CMakeFiles/3.19.4/CompilerIdC/CMakeCCompilerId.c create mode 100644 cmake_user/build/CMakeFiles/3.19.4/CompilerIdCXX/CMakeCXXCompilerId.cpp create mode 100644 cmake_user/build/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 cmake_user/build/CMakeFiles/CMakeOutput.log create mode 100644 cmake_user/build/CMakeFiles/Makefile.cmake create mode 100644 cmake_user/build/CMakeFiles/Makefile2 create mode 100644 cmake_user/build/CMakeFiles/TargetDirectories.txt create mode 100644 cmake_user/build/CMakeFiles/cmake.check_cache create mode 100644 cmake_user/build/CMakeFiles/main.dir/C.includecache create mode 100644 cmake_user/build/CMakeFiles/main.dir/DependInfo.cmake create mode 100644 cmake_user/build/CMakeFiles/main.dir/build.make create mode 100644 cmake_user/build/CMakeFiles/main.dir/cmake_clean.cmake create mode 100644 cmake_user/build/CMakeFiles/main.dir/depend.internal create mode 100644 cmake_user/build/CMakeFiles/main.dir/depend.make create mode 100644 cmake_user/build/CMakeFiles/main.dir/flags.make create mode 100644 cmake_user/build/CMakeFiles/main.dir/includes_C.rsp create mode 100644 cmake_user/build/CMakeFiles/main.dir/link.txt create mode 100644 cmake_user/build/CMakeFiles/main.dir/linklibs.rsp create mode 100644 cmake_user/build/CMakeFiles/main.dir/objects1.rsp create mode 100644 cmake_user/build/CMakeFiles/main.dir/progress.make create mode 100644 cmake_user/build/CMakeFiles/progress.marks create mode 100644 cmake_user/build/Makefile create mode 100644 cmake_user/build/cmake_install.cmake create mode 100644 cmake_user/build/compile_commands.json create mode 100644 cmake_user/build/src/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 cmake_user/build/src/CMakeFiles/main.dir/C.includecache create mode 100644 cmake_user/build/src/CMakeFiles/main.dir/DependInfo.cmake create mode 100644 cmake_user/build/src/CMakeFiles/main.dir/build.make create mode 100644 cmake_user/build/src/CMakeFiles/main.dir/cmake_clean.cmake create mode 100644 cmake_user/build/src/CMakeFiles/main.dir/depend.internal create mode 100644 cmake_user/build/src/CMakeFiles/main.dir/depend.make create mode 100644 cmake_user/build/src/CMakeFiles/main.dir/flags.make create mode 100644 cmake_user/build/src/CMakeFiles/main.dir/includes_C.rsp create mode 100644 cmake_user/build/src/CMakeFiles/main.dir/link.txt create mode 100644 cmake_user/build/src/CMakeFiles/main.dir/linklibs.rsp create mode 100644 cmake_user/build/src/CMakeFiles/main.dir/objects1.rsp create mode 100644 cmake_user/build/src/CMakeFiles/main.dir/progress.make create mode 100644 cmake_user/build/src/CMakeFiles/progress.marks create mode 100644 cmake_user/build/src/Makefile create mode 100644 cmake_user/build/src/cmake_install.cmake create mode 100644 cmake_user/inc/func.h create mode 100644 cmake_user/inc/func1.h create mode 100644 cmake_user/src/CMakeLists.txt create mode 100644 cmake_user/src/func.c create mode 100644 cmake_user/src/func1.c create mode 100644 cmake_user/src/main.c diff --git a/README.md b/README.md index 25fba33..120a978 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,17 @@ #### 介绍 cmake相关学习历程 +| 文件夹 | 说明 | +| :------------: | :-------------: | +| cmake_user | cmake简单使用 | +| cmake_lib | cmake生成库函数 | +| cmake_link_lib | cmake库函数的链接 | +| cmake_templete | cmake综合应用,通过宏的方式控制生成库文件以及对宏的调用,以及编译选项和控制选项的应用 | + + + + + #### 软件架构 软件架构说明 diff --git a/cmake_lib/CMakeLists.txt b/cmake_lib/CMakeLists.txt new file mode 100644 index 0000000..295a850 --- /dev/null +++ b/cmake_lib/CMakeLists.txt @@ -0,0 +1,13 @@ +cmake_minimum_required(VERSION 3.0.0) + +project(cmake_lib VERSION 0.1.0) + +set(SRC_LIST ${PROJECT_SOURCE_DIR}/func/func.c) + +add_library(func_shared SHARED ${SRC_LIST}) +add_library(func_static STATIC ${SRC_LIST}) + +set_target_properties(func_shared PROPERTIES OUTPUT_NAME "func") +set_target_properties(func_static PROPERTIES OUTPUT_NAME "func") + +set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib) diff --git a/cmake_lib/build/.cmake/api/v1/query/client-vscode/query.json b/cmake_lib/build/.cmake/api/v1/query/client-vscode/query.json new file mode 100644 index 0000000..b9dc05e --- /dev/null +++ b/cmake_lib/build/.cmake/api/v1/query/client-vscode/query.json @@ -0,0 +1 @@ +{"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1}]} \ No newline at end of file diff --git a/cmake_lib/build/.cmake/api/v1/reply/cache-v2-6321e71da43e0d96c866.json b/cmake_lib/build/.cmake/api/v1/reply/cache-v2-6321e71da43e0d96c866.json new file mode 100644 index 0000000..b93aa43 --- /dev/null +++ b/cmake_lib/build/.cmake/api/v1/reply/cache-v2-6321e71da43e0d96c866.json @@ -0,0 +1,1351 @@ +{ + "entries" : + [ + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/addr2line.exe" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ar.exe" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "c:/Users/tan.minhang/Desktop/cmake_lib/build" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "19" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "4" + }, + { + "name" : "CMAKE_COLOR_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable color output during build." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/bin/cmake.exe" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/bin/cpack.exe" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/bin/ctest.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-g++.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_STANDARD_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Libraries linked by default with all C++ applications." + } + ], + "type" : "STRING", + "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "STRING", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_STANDARD_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Libraries linked by default with all C applications." + } + ], + "type" : "STRING", + "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/dlltool.exe" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/bin/cmake-gui.exe" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "Unknown" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "BOOL", + "value" : "TRUE" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "MinGW Makefiles" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GNUtoMS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Convert GNU import libraries to MS format (requires Visual Studio)" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "C:/Users/tan.minhang/Desktop/cmake_lib" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "C:/Program Files (x86)/cmake_lib" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ld.exe" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "make program" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/nm.exe" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objcopy.exe" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objdump.exe" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "cmake_lib" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1.0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ranlib.exe" + }, + { + "name" : "CMAKE_RC_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "RC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/windres.exe" + }, + { + "name" : "CMAKE_RC_COMPILER_WORKS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_RC_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/readelf.exe" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/share/cmake-3.19" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/strip.exe" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "cmake_lib_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "C:/Users/tan.minhang/Desktop/cmake_lib/build" + }, + { + "name" : "cmake_lib_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "C:/Users/tan.minhang/Desktop/cmake_lib" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/cmake_lib/build/.cmake/api/v1/reply/codemodel-v2-4c3481f8f2be60986c5a.json b/cmake_lib/build/.cmake/api/v1/reply/codemodel-v2-4c3481f8f2be60986c5a.json new file mode 100644 index 0000000..c8627bb --- /dev/null +++ b/cmake_lib/build/.cmake/api/v1/reply/codemodel-v2-4c3481f8f2be60986c5a.json @@ -0,0 +1,68 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "minimumCMakeVersion" : + { + "string" : "3.0.0" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "cmake_lib", + "targetIndexes" : + [ + 0, + 1 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "func_shared::@6890427a1f51a3e7e1df", + "jsonFile" : "target-func_shared-Debug-7bfd61afb0194ff85b53.json", + "name" : "func_shared", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "func_static::@6890427a1f51a3e7e1df", + "jsonFile" : "target-func_static-Debug-535426564aea67237178.json", + "name" : "func_static", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "C:/Users/tan.minhang/Desktop/cmake_lib/build", + "source" : "C:/Users/tan.minhang/Desktop/cmake_lib" + }, + "version" : + { + "major" : 2, + "minor" : 2 + } +} diff --git a/cmake_lib/build/.cmake/api/v1/reply/index-2021-05-29T16-33-00-0990.json b/cmake_lib/build/.cmake/api/v1/reply/index-2021-05-29T16-33-00-0990.json new file mode 100644 index 0000000..f955819 --- /dev/null +++ b/cmake_lib/build/.cmake/api/v1/reply/index-2021-05-29T16-33-00-0990.json @@ -0,0 +1,95 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "MinGW Makefiles" + }, + "paths" : + { + "cmake" : "D:/Program Files/CMake/bin/cmake.exe", + "cpack" : "D:/Program Files/CMake/bin/cpack.exe", + "ctest" : "D:/Program Files/CMake/bin/ctest.exe", + "root" : "D:/Program Files/CMake/share/cmake-3.19" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 19, + "patch" : 4, + "string" : "3.19.4", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-4c3481f8f2be60986c5a.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 2 + } + }, + { + "jsonFile" : "cache-v2-6321e71da43e0d96c866.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + } + ], + "reply" : + { + "client-vscode" : + { + "query.json" : + { + "requests" : + [ + { + "kind" : "cache", + "version" : 2 + }, + { + "kind" : "codemodel", + "version" : 2 + }, + { + "kind" : "toolchains", + "version" : 1 + } + ], + "responses" : + [ + { + "jsonFile" : "cache-v2-6321e71da43e0d96c866.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "codemodel-v2-4c3481f8f2be60986c5a.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 2 + } + }, + { + "error" : "unknown request kind 'toolchains'" + } + ] + } + } + } +} diff --git a/cmake_lib/build/.cmake/api/v1/reply/target-func_shared-Debug-7bfd61afb0194ff85b53.json b/cmake_lib/build/.cmake/api/v1/reply/target-func_shared-Debug-7bfd61afb0194ff85b53.json new file mode 100644 index 0000000..63d94f5 --- /dev/null +++ b/cmake_lib/build/.cmake/api/v1/reply/target-func_shared-Debug-7bfd61afb0194ff85b53.json @@ -0,0 +1,103 @@ +{ + "artifacts" : + [ + { + "path" : "C:/Users/tan.minhang/Desktop/cmake_lib/lib/libfunc.dll" + }, + { + "path" : "C:/Users/tan.minhang/Desktop/cmake_lib/lib/libfunc.dll.a" + }, + { + "path" : "C:/Users/tan.minhang/Desktop/cmake_lib/lib/libfunc.pdb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 7, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g" + } + ], + "defines" : + [ + { + "define" : "func_shared_EXPORTS" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 0 + ] + } + ], + "id" : "func_shared::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "func_shared", + "nameOnDisk" : "libfunc.dll", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "func/func.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/cmake_lib/build/.cmake/api/v1/reply/target-func_static-Debug-535426564aea67237178.json b/cmake_lib/build/.cmake/api/v1/reply/target-func_static-Debug-535426564aea67237178.json new file mode 100644 index 0000000..5aa26f3 --- /dev/null +++ b/cmake_lib/build/.cmake/api/v1/reply/target-func_static-Debug-535426564aea67237178.json @@ -0,0 +1,77 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "C:/Users/tan.minhang/Desktop/cmake_lib/lib/libfunc.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 8, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 0 + ] + } + ], + "id" : "func_static::@6890427a1f51a3e7e1df", + "name" : "func_static", + "nameOnDisk" : "libfunc.a", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "func/func.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake_lib/build/CMakeCache.txt b/cmake_lib/build/CMakeCache.txt new file mode 100644 index 0000000..c520831 --- /dev/null +++ b/cmake_lib/build/CMakeCache.txt @@ -0,0 +1,420 @@ +# This is the CMakeCache file. +# For build in directory: c:/Users/tan.minhang/Desktop/cmake_lib/build +# It was generated by CMake: D:/Program Files/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. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/addr2line.exe + +//Path to a program. +CMAKE_AR:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ar.exe + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-g++.exe + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Libraries linked by default with all C++ applications. +CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 + +//C compiler +CMAKE_C_COMPILER:STRING=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Libraries linked by default with all C applications. +CMAKE_C_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/dlltool.exe + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//No help, variable specified on the command line. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE + +//Convert GNU import libraries to MS format (requires Visual Studio) +CMAKE_GNUtoMS:BOOL=OFF + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/cmake_lib + +//Path to a program. +CMAKE_LINKER:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ld.exe + +//make program +CMAKE_MAKE_PROGRAM:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/nm.exe + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objcopy.exe + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objdump.exe + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=cmake_lib + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1.0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ranlib.exe + +//RC compiler +CMAKE_RC_COMPILER:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/windres.exe + +//Flags for Windows Resource Compiler during all build types. +CMAKE_RC_FLAGS:STRING= + +//Flags for Windows Resource Compiler during DEBUG builds. +CMAKE_RC_FLAGS_DEBUG:STRING= + +//Flags for Windows Resource Compiler during MINSIZEREL builds. +CMAKE_RC_FLAGS_MINSIZEREL:STRING= + +//Flags for Windows Resource Compiler during RELEASE builds. +CMAKE_RC_FLAGS_RELEASE:STRING= + +//Flags for Windows Resource Compiler during RELWITHDEBINFO builds. +CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_READELF:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/readelf.exe + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/strip.exe + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Value Computed by CMake +cmake_lib_BINARY_DIR:STATIC=C:/Users/tan.minhang/Desktop/cmake_lib/build + +//Value Computed by CMake +cmake_lib_SOURCE_DIR:STATIC=C:/Users/tan.minhang/Desktop/cmake_lib + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//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=c:/Users/tan.minhang/Desktop/cmake_lib/build +//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 +CMAKE_CACHE_MINOR_VERSION:INTERNAL=19 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=4 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=D:/Program Files/CMake/bin/cmake.exe +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=D:/Program Files/CMake/bin/cpack.exe +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=D:/Program Files/CMake/bin/ctest.exe +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES +CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES +CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=D:/Program Files/CMake/bin/cmake-gui.exe +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=MinGW Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/tan.minhang/Desktop/cmake_lib +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_COMPILER +CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 +CMAKE_RC_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS +CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG +CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL +CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE +CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO +CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=D:/Program Files/CMake/share/cmake-3.19 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 + diff --git a/cmake_lib/build/CMakeFiles/3.19.4/CMakeCCompiler.cmake b/cmake_lib/build/CMakeFiles/3.19.4/CMakeCCompiler.cmake new file mode 100644 index 0000000..5c15e50 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/3.19.4/CMakeCCompiler.cmake @@ -0,0 +1,77 @@ +set(CMAKE_C_COMPILER "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "8.1.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") + +set(CMAKE_C_PLATFORM_ID "MinGW") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ar.exe") +set(CMAKE_C_COMPILER_AR "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe") +set(CMAKE_RANLIB "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ranlib.exe") +set(CMAKE_C_COMPILER_RANLIB "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe") +set(CMAKE_LINKER "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ld.exe") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW 1) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake_lib/build/CMakeFiles/3.19.4/CMakeCXXCompiler.cmake b/cmake_lib/build/CMakeFiles/3.19.4/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..41cd2b2 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/3.19.4/CMakeCXXCompiler.cmake @@ -0,0 +1,89 @@ +set(CMAKE_CXX_COMPILER "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-g++.exe") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "8.1.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") + +set(CMAKE_CXX_PLATFORM_ID "MinGW") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ar.exe") +set(CMAKE_CXX_COMPILER_AR "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe") +set(CMAKE_RANLIB "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ranlib.exe") +set(CMAKE_CXX_COMPILER_RANLIB "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe") +set(CMAKE_LINKER "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ld.exe") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW 1) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake_lib/build/CMakeFiles/3.19.4/CMakeDetermineCompilerABI_C.bin b/cmake_lib/build/CMakeFiles/3.19.4/CMakeDetermineCompilerABI_C.bin new file mode 100644 index 0000000000000000000000000000000000000000..373b3fc12c89dc640370c2fc1ecde66bc3e45689 GIT binary patch literal 53904 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 literal 0 HcmV?d00001 diff --git a/cmake_lib/build/CMakeFiles/3.19.4/CMakeDetermineCompilerABI_CXX.bin b/cmake_lib/build/CMakeFiles/3.19.4/CMakeDetermineCompilerABI_CXX.bin new file mode 100644 index 0000000000000000000000000000000000000000..dbb8e61203abc8a721233cfdba5bf73a276bfc10 GIT binary patch literal 53913 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 f$()Ca`$Qzau0z$g)r1jSyy{$((A3zwqDK literal 0 HcmV?d00001 diff --git a/cmake_lib/build/CMakeFiles/3.19.4/CMakeRCCompiler.cmake b/cmake_lib/build/CMakeFiles/3.19.4/CMakeRCCompiler.cmake new file mode 100644 index 0000000..8c35d5d --- /dev/null +++ b/cmake_lib/build/CMakeFiles/3.19.4/CMakeRCCompiler.cmake @@ -0,0 +1,6 @@ +set(CMAKE_RC_COMPILER "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/windres.exe") +set(CMAKE_RC_COMPILER_ARG1 "") +set(CMAKE_RC_COMPILER_LOADED 1) +set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC) +set(CMAKE_RC_OUTPUT_EXTENSION .obj) +set(CMAKE_RC_COMPILER_ENV_VAR "RC") diff --git a/cmake_lib/build/CMakeFiles/3.19.4/CMakeSystem.cmake b/cmake_lib/build/CMakeFiles/3.19.4/CMakeSystem.cmake new file mode 100644 index 0000000..5014573 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/3.19.4/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Windows-10.0.18363") +set(CMAKE_HOST_SYSTEM_NAME "Windows") +set(CMAKE_HOST_SYSTEM_VERSION "10.0.18363") +set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") + + + +set(CMAKE_SYSTEM "Windows-10.0.18363") +set(CMAKE_SYSTEM_NAME "Windows") +set(CMAKE_SYSTEM_VERSION "10.0.18363") +set(CMAKE_SYSTEM_PROCESSOR "AMD64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/cmake_lib/build/CMakeFiles/3.19.4/CompilerIdC/CMakeCCompilerId.c b/cmake_lib/build/CMakeFiles/3.19.4/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..c126ec7 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/3.19.4/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,691 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(_CRAYC) || defined(__cray__) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) +# if (defined(_MSC_VER) && !defined(__clang__)) \ + || (defined(__ibmxl__) || defined(__IBMC__)) +# define C_DIALECT "90" +# else +# define C_DIALECT +# endif +#elif __STDC_VERSION__ >= 201000L +# define C_DIALECT "11" +#elif __STDC_VERSION__ >= 199901L +# define C_DIALECT "99" +#else +# define C_DIALECT "90" +#endif +const char* info_language_dialect_default = + "INFO" ":" "dialect_default[" C_DIALECT "]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(_CRAYC) || defined(__cray__) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/cmake_lib/build/CMakeFiles/3.19.4/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake_lib/build/CMakeFiles/3.19.4/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..0c63d62 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/3.19.4/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,680 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(_CRAYC) || defined(__cray__) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_dialect_default = "INFO" ":" "dialect_default[" +#if CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(_CRAYC) || defined(__cray__) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} diff --git a/cmake_lib/build/CMakeFiles/CMakeDirectoryInformation.cmake b/cmake_lib/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..3ee0759 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "C:/Users/tan.minhang/Desktop/cmake_lib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "C:/Users/tan.minhang/Desktop/cmake_lib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/cmake_lib/build/CMakeFiles/CMakeOutput.log b/cmake_lib/build/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..a3888e3 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/CMakeOutput.log @@ -0,0 +1,357 @@ +The system is: Windows - 10.0.18363 - AMD64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.exe" + +The C compiler identification is GNU, found in "C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/3.19.4/CompilerIdC/a.exe" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-g++.exe +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe" + +The CXX compiler identification is GNU, found in "C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/3.19.4/CompilerIdCXX/a.exe" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/CMakeTmp + +Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_290ba/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_290ba.dir\build.make CMakeFiles/cmTC_290ba.dir/build +mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_290ba.dir/CMakeCCompilerABI.c.obj +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -o CMakeFiles\cmTC_290ba.dir\CMakeCCompilerABI.c.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c" +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_290ba.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_290ba.dir\CMakeCCompilerABI.c.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\ccldaZS2.s +GNU C17 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include" +#include "..." search starts here: +#include <...> search starts here: + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include +End of search list. +GNU C17 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 985ce7ae6dd3a696cd146ca9896b0035 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_290ba.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_290ba.dir\CMakeCCompilerABI.c.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\ccldaZS2.s +GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30 +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_290ba.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona' +Linking C executable cmTC_290ba.exe +"D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_290ba.dir\link.txt --verbose=1 +"D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_290ba.dir/objects.a +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_290ba.dir/objects.a @CMakeFiles\cmTC_290ba.dir\objects1.rsp +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -Wl,--whole-archive CMakeFiles\cmTC_290ba.dir/objects.a -Wl,--no-whole-archive -o cmTC_290ba.exe -Wl,--out-implib,libcmTC_290ba.dll.a -Wl,--major-image-version,0,--minor-image-version,0 +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe +COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_290ba.exe' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\ccKnSrLu.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_290ba.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_290ba.dir/objects.a --no-whole-archive --out-implib libcmTC_290ba.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_290ba.exe' '-mtune=core2' '-march=nocona' +mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/CMakeTmp' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + end of search list found + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + implicit include dirs: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_290ba/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_290ba.dir\build.make CMakeFiles/cmTC_290ba.dir/build] + ignore line: [mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_290ba.dir/CMakeCCompilerABI.c.obj] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -o CMakeFiles\cmTC_290ba.dir\CMakeCCompilerABI.c.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c"] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_290ba.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_290ba.dir\CMakeCCompilerABI.c.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\ccldaZS2.s] + ignore line: [GNU C17 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 985ce7ae6dd3a696cd146ca9896b0035] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_290ba.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_290ba.dir\CMakeCCompilerABI.c.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\ccldaZS2.s] + ignore line: [GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_290ba.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'] + ignore line: [Linking C executable cmTC_290ba.exe] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_290ba.dir\link.txt --verbose=1] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_290ba.dir/objects.a] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_290ba.dir/objects.a @CMakeFiles\cmTC_290ba.dir\objects1.rsp] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -Wl --whole-archive CMakeFiles\cmTC_290ba.dir/objects.a -Wl --no-whole-archive -o cmTC_290ba.exe -Wl --out-implib libcmTC_290ba.dll.a -Wl --major-image-version 0 --minor-image-version 0 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe] + ignore line: [COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_290ba.exe' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\ccKnSrLu.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_290ba.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_290ba.dir/objects.a --no-whole-archive --out-implib libcmTC_290ba.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_290ba.exe' '-mtune=core2' '-march=nocona'] + ignore line: [mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/CMakeTmp'] + ignore line: [] + ignore line: [] + implicit libs: [] + implicit dirs: [] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/CMakeTmp + +Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_c43b7/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_c43b7.dir\build.make CMakeFiles/cmTC_c43b7.dir/build +mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_c43b7.dir/CMakeCXXCompilerABI.cpp.obj +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -o CMakeFiles\cmTC_c43b7.dir\CMakeCXXCompilerABI.cpp.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp" +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_c43b7.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1plus.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_c43b7.dir\CMakeCXXCompilerABI.cpp.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\cc7cGDjY.s +GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include" +#include "..." search starts here: +#include <...> search starts here: + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++ + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32 + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include +End of search list. +GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 82f0c9785fd37a38ba7b7f8357369a82 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_c43b7.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_c43b7.dir\CMakeCXXCompilerABI.cpp.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\cc7cGDjY.s +GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30 +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_c43b7.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' +Linking CXX executable cmTC_c43b7.exe +"D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_c43b7.dir\link.txt --verbose=1 +"D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_c43b7.dir/objects.a +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_c43b7.dir/objects.a @CMakeFiles\cmTC_c43b7.dir\objects1.rsp +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -Wl,--whole-archive CMakeFiles\cmTC_c43b7.dir/objects.a -Wl,--no-whole-archive -o cmTC_c43b7.exe -Wl,--out-implib,libcmTC_c43b7.dll.a -Wl,--major-image-version,0,--minor-image-version,0 +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe +COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c43b7.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\ccKyqbix.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_c43b7.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_c43b7.dir/objects.a --no-whole-archive --out-implib libcmTC_c43b7.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c43b7.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' +mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/CMakeTmp' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + end of search list found + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + implicit include dirs: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_c43b7/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_c43b7.dir\build.make CMakeFiles/cmTC_c43b7.dir/build] + ignore line: [mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_c43b7.dir/CMakeCXXCompilerABI.cpp.obj] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -o CMakeFiles\cmTC_c43b7.dir\CMakeCXXCompilerABI.cpp.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp"] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_c43b7.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1plus.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_c43b7.dir\CMakeCXXCompilerABI.cpp.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\cc7cGDjY.s] + ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + ignore line: [End of search list.] + ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 82f0c9785fd37a38ba7b7f8357369a82] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_c43b7.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_c43b7.dir\CMakeCXXCompilerABI.cpp.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\cc7cGDjY.s] + ignore line: [GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_c43b7.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [Linking CXX executable cmTC_c43b7.exe] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_c43b7.dir\link.txt --verbose=1] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_c43b7.dir/objects.a] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_c43b7.dir/objects.a @CMakeFiles\cmTC_c43b7.dir\objects1.rsp] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -Wl --whole-archive CMakeFiles\cmTC_c43b7.dir/objects.a -Wl --no-whole-archive -o cmTC_c43b7.exe -Wl --out-implib libcmTC_c43b7.dll.a -Wl --major-image-version 0 --minor-image-version 0 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe] + ignore line: [COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c43b7.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\ccKyqbix.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_c43b7.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_c43b7.dir/objects.a --no-whole-archive --out-implib libcmTC_c43b7.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c43b7.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/CMakeTmp'] + ignore line: [] + ignore line: [] + implicit libs: [] + implicit dirs: [] + implicit fwks: [] + + diff --git a/cmake_lib/build/CMakeFiles/Makefile.cmake b/cmake_lib/build/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..f104dfb --- /dev/null +++ b/cmake_lib/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,128 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "MinGW Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "../CMakeLists.txt" + "CMakeFiles/3.19.4/CMakeCCompiler.cmake" + "CMakeFiles/3.19.4/CMakeCXXCompiler.cmake" + "CMakeFiles/3.19.4/CMakeRCCompiler.cmake" + "CMakeFiles/3.19.4/CMakeSystem.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeCCompiler.cmake.in" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeCCompilerABI.c" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeCInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeCXXCompiler.cmake.in" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeCXXCompilerABI.cpp" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeCXXInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeCommonLanguageInclude.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeCompilerIdDetection.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeDetermineCCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeDetermineCXXCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeDetermineCompileFeatures.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeDetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeDetermineCompilerABI.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeDetermineCompilerId.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeDetermineRCCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeDetermineSystem.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeFindBinUtils.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeGenericSystem.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeInitializeConfigs.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeLanguageInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeMinGWFindMake.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeParseImplicitIncludeInfo.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeParseImplicitLinkInfo.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeRCCompiler.cmake.in" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeRCInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeSystem.cmake.in" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeSystemSpecificInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeSystemSpecificInitialize.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeTestCCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeTestCXXCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeTestCompilerCommon.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeTestRCCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/Borland-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/Clang-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/Cray-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/GHS-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/GNU-C.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/GNU-CXX.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/GNU-FindBinUtils.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/GNU.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/IAR-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/Intel-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/PGI-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/SCO-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/TI-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Internal/FeatureTesting.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-Determine-CXX.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU-C-ABI.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU-C.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU-CXX-ABI.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU-CXX.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-windres.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/WindowsPaths.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/3.19.4/CMakeSystem.cmake" + "CMakeFiles/3.19.4/CMakeCCompiler.cmake" + "CMakeFiles/3.19.4/CMakeCXXCompiler.cmake" + "CMakeFiles/3.19.4/CMakeRCCompiler.cmake" + "CMakeFiles/3.19.4/CMakeCCompiler.cmake" + "CMakeFiles/3.19.4/CMakeCXXCompiler.cmake" + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/func_shared.dir/DependInfo.cmake" + "CMakeFiles/func_static.dir/DependInfo.cmake" + ) diff --git a/cmake_lib/build/CMakeFiles/Makefile2 b/cmake_lib/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000..606ef94 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/Makefile2 @@ -0,0 +1,153 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = C:\Users\tan.minhang\Desktop\cmake_lib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = C:\Users\tan.minhang\Desktop\cmake_lib\build + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/func_shared.dir/all +all: CMakeFiles/func_static.dir/all + +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: + +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/func_shared.dir/clean +clean: CMakeFiles/func_static.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/func_shared.dir + +# All Build rule for target. +CMakeFiles/func_shared.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles\func_shared.dir\build.make CMakeFiles/func_shared.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles\func_shared.dir\build.make CMakeFiles/func_shared.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=C:\Users\tan.minhang\Desktop\cmake_lib\build\CMakeFiles --progress-num=1,2 "Built target func_shared" +.PHONY : CMakeFiles/func_shared.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/func_shared.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\tan.minhang\Desktop\cmake_lib\build\CMakeFiles 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 CMakeFiles/func_shared.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\tan.minhang\Desktop\cmake_lib\build\CMakeFiles 0 +.PHONY : CMakeFiles/func_shared.dir/rule + +# Convenience name for target. +func_shared: CMakeFiles/func_shared.dir/rule + +.PHONY : func_shared + +# clean rule for target. +CMakeFiles/func_shared.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles\func_shared.dir\build.make CMakeFiles/func_shared.dir/clean +.PHONY : CMakeFiles/func_shared.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/func_static.dir + +# All Build rule for target. +CMakeFiles/func_static.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles\func_static.dir\build.make CMakeFiles/func_static.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles\func_static.dir\build.make CMakeFiles/func_static.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=C:\Users\tan.minhang\Desktop\cmake_lib\build\CMakeFiles --progress-num=3,4 "Built target func_static" +.PHONY : CMakeFiles/func_static.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/func_static.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\tan.minhang\Desktop\cmake_lib\build\CMakeFiles 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 CMakeFiles/func_static.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\tan.minhang\Desktop\cmake_lib\build\CMakeFiles 0 +.PHONY : CMakeFiles/func_static.dir/rule + +# Convenience name for target. +func_static: CMakeFiles/func_static.dir/rule + +.PHONY : func_static + +# clean rule for target. +CMakeFiles/func_static.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles\func_static.dir\build.make CMakeFiles/func_static.dir/clean +.PHONY : CMakeFiles/func_static.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/cmake_lib/build/CMakeFiles/TargetDirectories.txt b/cmake_lib/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..5904338 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,4 @@ +C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/rebuild_cache.dir +C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/func_shared.dir +C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/func_static.dir +C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/edit_cache.dir diff --git a/cmake_lib/build/CMakeFiles/cmake.check_cache b/cmake_lib/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/cmake_lib/build/CMakeFiles/func_shared.dir/C.includecache b/cmake_lib/build/CMakeFiles/func_shared.dir/C.includecache new file mode 100644 index 0000000..1bfc998 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_shared.dir/C.includecache @@ -0,0 +1,16 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +C:/Users/tan.minhang/Desktop/cmake_lib/func/func.c +func.h +C:/Users/tan.minhang/Desktop/cmake_lib/func/func.h +stdio.h +- + +C:/Users/tan.minhang/Desktop/cmake_lib/func/func.h + diff --git a/cmake_lib/build/CMakeFiles/func_shared.dir/DependInfo.cmake b/cmake_lib/build/CMakeFiles/func_shared.dir/DependInfo.cmake new file mode 100644 index 0000000..7ff5f36 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_shared.dir/DependInfo.cmake @@ -0,0 +1,25 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "C:/Users/tan.minhang/Desktop/cmake_lib/func/func.c" "C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/func_shared.dir/func/func.c.obj" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_C + "func_shared_EXPORTS" + ) + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/cmake_lib/build/CMakeFiles/func_shared.dir/build.make b/cmake_lib/build/CMakeFiles/func_shared.dir/build.make new file mode 100644 index 0000000..17279a5 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_shared.dir/build.make @@ -0,0 +1,118 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = C:\Users\tan.minhang\Desktop\cmake_lib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = C:\Users\tan.minhang\Desktop\cmake_lib\build + +# Include any dependencies generated for this target. +include CMakeFiles/func_shared.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/func_shared.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/func_shared.dir/flags.make + +CMakeFiles/func_shared.dir/func/func.c.obj: CMakeFiles/func_shared.dir/flags.make +CMakeFiles/func_shared.dir/func/func.c.obj: ../func/func.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\tan.minhang\Desktop\cmake_lib\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/func_shared.dir/func/func.c.obj" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\func_shared.dir\func\func.c.obj -c C:\Users\tan.minhang\Desktop\cmake_lib\func\func.c + +CMakeFiles/func_shared.dir/func/func.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/func_shared.dir/func/func.c.i" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\tan.minhang\Desktop\cmake_lib\func\func.c > CMakeFiles\func_shared.dir\func\func.c.i + +CMakeFiles/func_shared.dir/func/func.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/func_shared.dir/func/func.c.s" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S C:\Users\tan.minhang\Desktop\cmake_lib\func\func.c -o CMakeFiles\func_shared.dir\func\func.c.s + +# Object files for target func_shared +func_shared_OBJECTS = \ +"CMakeFiles/func_shared.dir/func/func.c.obj" + +# External object files for target func_shared +func_shared_EXTERNAL_OBJECTS = + +../lib/libfunc.dll: CMakeFiles/func_shared.dir/func/func.c.obj +../lib/libfunc.dll: CMakeFiles/func_shared.dir/build.make +../lib/libfunc.dll: CMakeFiles/func_shared.dir/linklibs.rsp +../lib/libfunc.dll: CMakeFiles/func_shared.dir/objects1.rsp +../lib/libfunc.dll: CMakeFiles/func_shared.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=C:\Users\tan.minhang\Desktop\cmake_lib\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C shared library ..\lib\libfunc.dll" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\func_shared.dir\link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/func_shared.dir/build: ../lib/libfunc.dll + +.PHONY : CMakeFiles/func_shared.dir/build + +CMakeFiles/func_shared.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles\func_shared.dir\cmake_clean.cmake +.PHONY : CMakeFiles/func_shared.dir/clean + +CMakeFiles/func_shared.dir/depend: + $(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" C:\Users\tan.minhang\Desktop\cmake_lib C:\Users\tan.minhang\Desktop\cmake_lib C:\Users\tan.minhang\Desktop\cmake_lib\build C:\Users\tan.minhang\Desktop\cmake_lib\build C:\Users\tan.minhang\Desktop\cmake_lib\build\CMakeFiles\func_shared.dir\DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/func_shared.dir/depend + diff --git a/cmake_lib/build/CMakeFiles/func_shared.dir/cmake_clean.cmake b/cmake_lib/build/CMakeFiles/func_shared.dir/cmake_clean.cmake new file mode 100644 index 0000000..fef4426 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_shared.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "../lib/libfunc.dll" + "../lib/libfunc.dll.a" + "../lib/libfunc.dll.manifest" + "../lib/libfunc.pdb" + "CMakeFiles/func_shared.dir/func/func.c.obj" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/func_shared.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/cmake_lib/build/CMakeFiles/func_shared.dir/depend.internal b/cmake_lib/build/CMakeFiles/func_shared.dir/depend.internal new file mode 100644 index 0000000..119f922 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_shared.dir/depend.internal @@ -0,0 +1,6 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +CMakeFiles/func_shared.dir/func/func.c.obj + C:/Users/tan.minhang/Desktop/cmake_lib/func/func.c + C:/Users/tan.minhang/Desktop/cmake_lib/func/func.h diff --git a/cmake_lib/build/CMakeFiles/func_shared.dir/depend.make b/cmake_lib/build/CMakeFiles/func_shared.dir/depend.make new file mode 100644 index 0000000..c09f516 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_shared.dir/depend.make @@ -0,0 +1,6 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +CMakeFiles/func_shared.dir/func/func.c.obj: ../func/func.c +CMakeFiles/func_shared.dir/func/func.c.obj: ../func/func.h + diff --git a/cmake_lib/build/CMakeFiles/func_shared.dir/flags.make b/cmake_lib/build/CMakeFiles/func_shared.dir/flags.make new file mode 100644 index 0000000..0e9b79d --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_shared.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# compile C with D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe +C_DEFINES = -Dfunc_shared_EXPORTS + +C_INCLUDES = + +C_FLAGS = -g + diff --git a/cmake_lib/build/CMakeFiles/func_shared.dir/link.txt b/cmake_lib/build/CMakeFiles/func_shared.dir/link.txt new file mode 100644 index 0000000..8b53f7d --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_shared.dir/link.txt @@ -0,0 +1,3 @@ +"D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\func_shared.dir/objects.a +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\func_shared.dir/objects.a @CMakeFiles\func_shared.dir\objects1.rsp +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -g -shared -o ..\lib\libfunc.dll -Wl,--out-implib,..\lib\libfunc.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive CMakeFiles\func_shared.dir/objects.a -Wl,--no-whole-archive @CMakeFiles\func_shared.dir\linklibs.rsp diff --git a/cmake_lib/build/CMakeFiles/func_shared.dir/linklibs.rsp b/cmake_lib/build/CMakeFiles/func_shared.dir/linklibs.rsp new file mode 100644 index 0000000..8ed353a --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_shared.dir/linklibs.rsp @@ -0,0 +1 @@ + -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 diff --git a/cmake_lib/build/CMakeFiles/func_shared.dir/objects1.rsp b/cmake_lib/build/CMakeFiles/func_shared.dir/objects1.rsp new file mode 100644 index 0000000..10ac55a --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_shared.dir/objects1.rsp @@ -0,0 +1 @@ +CMakeFiles/func_shared.dir/func/func.c.obj diff --git a/cmake_lib/build/CMakeFiles/func_shared.dir/progress.make b/cmake_lib/build/CMakeFiles/func_shared.dir/progress.make new file mode 100644 index 0000000..abadeb0 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_shared.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 + diff --git a/cmake_lib/build/CMakeFiles/func_static.dir/C.includecache b/cmake_lib/build/CMakeFiles/func_static.dir/C.includecache new file mode 100644 index 0000000..1bfc998 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_static.dir/C.includecache @@ -0,0 +1,16 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +C:/Users/tan.minhang/Desktop/cmake_lib/func/func.c +func.h +C:/Users/tan.minhang/Desktop/cmake_lib/func/func.h +stdio.h +- + +C:/Users/tan.minhang/Desktop/cmake_lib/func/func.h + diff --git a/cmake_lib/build/CMakeFiles/func_static.dir/DependInfo.cmake b/cmake_lib/build/CMakeFiles/func_static.dir/DependInfo.cmake new file mode 100644 index 0000000..3697a19 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_static.dir/DependInfo.cmake @@ -0,0 +1,20 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "C:/Users/tan.minhang/Desktop/cmake_lib/func/func.c" "C:/Users/tan.minhang/Desktop/cmake_lib/build/CMakeFiles/func_static.dir/func/func.c.obj" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/cmake_lib/build/CMakeFiles/func_static.dir/build.make b/cmake_lib/build/CMakeFiles/func_static.dir/build.make new file mode 100644 index 0000000..e3089b1 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_static.dir/build.make @@ -0,0 +1,117 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = C:\Users\tan.minhang\Desktop\cmake_lib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = C:\Users\tan.minhang\Desktop\cmake_lib\build + +# Include any dependencies generated for this target. +include CMakeFiles/func_static.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/func_static.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/func_static.dir/flags.make + +CMakeFiles/func_static.dir/func/func.c.obj: CMakeFiles/func_static.dir/flags.make +CMakeFiles/func_static.dir/func/func.c.obj: ../func/func.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\tan.minhang\Desktop\cmake_lib\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/func_static.dir/func/func.c.obj" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\func_static.dir\func\func.c.obj -c C:\Users\tan.minhang\Desktop\cmake_lib\func\func.c + +CMakeFiles/func_static.dir/func/func.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/func_static.dir/func/func.c.i" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\tan.minhang\Desktop\cmake_lib\func\func.c > CMakeFiles\func_static.dir\func\func.c.i + +CMakeFiles/func_static.dir/func/func.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/func_static.dir/func/func.c.s" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S C:\Users\tan.minhang\Desktop\cmake_lib\func\func.c -o CMakeFiles\func_static.dir\func\func.c.s + +# Object files for target func_static +func_static_OBJECTS = \ +"CMakeFiles/func_static.dir/func/func.c.obj" + +# External object files for target func_static +func_static_EXTERNAL_OBJECTS = + +../lib/libfunc.a: CMakeFiles/func_static.dir/func/func.c.obj +../lib/libfunc.a: CMakeFiles/func_static.dir/build.make +../lib/libfunc.a: CMakeFiles/func_static.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=C:\Users\tan.minhang\Desktop\cmake_lib\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library ..\lib\libfunc.a" + $(CMAKE_COMMAND) -P CMakeFiles\func_static.dir\cmake_clean_target.cmake + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\func_static.dir\link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/func_static.dir/build: ../lib/libfunc.a + +.PHONY : CMakeFiles/func_static.dir/build + +CMakeFiles/func_static.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles\func_static.dir\cmake_clean.cmake +.PHONY : CMakeFiles/func_static.dir/clean + +CMakeFiles/func_static.dir/depend: + $(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" C:\Users\tan.minhang\Desktop\cmake_lib C:\Users\tan.minhang\Desktop\cmake_lib C:\Users\tan.minhang\Desktop\cmake_lib\build C:\Users\tan.minhang\Desktop\cmake_lib\build C:\Users\tan.minhang\Desktop\cmake_lib\build\CMakeFiles\func_static.dir\DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/func_static.dir/depend + diff --git a/cmake_lib/build/CMakeFiles/func_static.dir/cmake_clean.cmake b/cmake_lib/build/CMakeFiles/func_static.dir/cmake_clean.cmake new file mode 100644 index 0000000..4924fdd --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_static.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "../lib/libfunc.a" + "../lib/libfunc.pdb" + "CMakeFiles/func_static.dir/func/func.c.obj" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/func_static.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/cmake_lib/build/CMakeFiles/func_static.dir/cmake_clean_target.cmake b/cmake_lib/build/CMakeFiles/func_static.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..33f64f8 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_static.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "../lib/libfunc.a" +) diff --git a/cmake_lib/build/CMakeFiles/func_static.dir/depend.internal b/cmake_lib/build/CMakeFiles/func_static.dir/depend.internal new file mode 100644 index 0000000..cc4a9bb --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_static.dir/depend.internal @@ -0,0 +1,6 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +CMakeFiles/func_static.dir/func/func.c.obj + C:/Users/tan.minhang/Desktop/cmake_lib/func/func.c + C:/Users/tan.minhang/Desktop/cmake_lib/func/func.h diff --git a/cmake_lib/build/CMakeFiles/func_static.dir/depend.make b/cmake_lib/build/CMakeFiles/func_static.dir/depend.make new file mode 100644 index 0000000..2a6ea51 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_static.dir/depend.make @@ -0,0 +1,6 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +CMakeFiles/func_static.dir/func/func.c.obj: ../func/func.c +CMakeFiles/func_static.dir/func/func.c.obj: ../func/func.h + diff --git a/cmake_lib/build/CMakeFiles/func_static.dir/flags.make b/cmake_lib/build/CMakeFiles/func_static.dir/flags.make new file mode 100644 index 0000000..624bf11 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_static.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# compile C with D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe +C_DEFINES = + +C_INCLUDES = + +C_FLAGS = -g + diff --git a/cmake_lib/build/CMakeFiles/func_static.dir/link.txt b/cmake_lib/build/CMakeFiles/func_static.dir/link.txt new file mode 100644 index 0000000..805af6f --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_static.dir/link.txt @@ -0,0 +1,2 @@ +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" qc ..\lib\libfunc.a CMakeFiles/func_static.dir/func/func.c.obj +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ranlib.exe" ..\lib\libfunc.a diff --git a/cmake_lib/build/CMakeFiles/func_static.dir/progress.make b/cmake_lib/build/CMakeFiles/func_static.dir/progress.make new file mode 100644 index 0000000..8c8fb6f --- /dev/null +++ b/cmake_lib/build/CMakeFiles/func_static.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 3 +CMAKE_PROGRESS_2 = 4 + diff --git a/cmake_lib/build/CMakeFiles/progress.marks b/cmake_lib/build/CMakeFiles/progress.marks new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/cmake_lib/build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +4 diff --git a/cmake_lib/build/Makefile b/cmake_lib/build/Makefile new file mode 100644 index 0000000..1cf11d7 --- /dev/null +++ b/cmake_lib/build/Makefile @@ -0,0 +1,213 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = C:\Users\tan.minhang\Desktop\cmake_lib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = C:\Users\tan.minhang\Desktop\cmake_lib\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\tan.minhang\Desktop\cmake_lib\build\CMakeFiles C:\Users\tan.minhang\Desktop\cmake_lib\build\\CMakeFiles\progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\tan.minhang\Desktop\cmake_lib\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named func_shared + +# Build rule for target. +func_shared: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 func_shared +.PHONY : func_shared + +# fast build rule for target. +func_shared/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles\func_shared.dir\build.make CMakeFiles/func_shared.dir/build +.PHONY : func_shared/fast + +#============================================================================= +# Target rules for targets named func_static + +# Build rule for target. +func_static: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 func_static +.PHONY : func_static + +# fast build rule for target. +func_static/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles\func_static.dir\build.make CMakeFiles/func_static.dir/build +.PHONY : func_static/fast + +func/func.obj: func/func.c.obj + +.PHONY : func/func.obj + +# target to build an object file +func/func.c.obj: + $(MAKE) $(MAKESILENT) -f CMakeFiles\func_shared.dir\build.make CMakeFiles/func_shared.dir/func/func.c.obj + $(MAKE) $(MAKESILENT) -f CMakeFiles\func_static.dir\build.make CMakeFiles/func_static.dir/func/func.c.obj +.PHONY : func/func.c.obj + +func/func.i: func/func.c.i + +.PHONY : func/func.i + +# target to preprocess a source file +func/func.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles\func_shared.dir\build.make CMakeFiles/func_shared.dir/func/func.c.i + $(MAKE) $(MAKESILENT) -f CMakeFiles\func_static.dir\build.make CMakeFiles/func_static.dir/func/func.c.i +.PHONY : func/func.c.i + +func/func.s: func/func.c.s + +.PHONY : func/func.s + +# target to generate assembly for a file +func/func.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles\func_shared.dir\build.make CMakeFiles/func_shared.dir/func/func.c.s + $(MAKE) $(MAKESILENT) -f CMakeFiles\func_static.dir\build.make CMakeFiles/func_static.dir/func/func.c.s +.PHONY : func/func.c.s + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... func_shared + @echo ... func_static + @echo ... func/func.obj + @echo ... func/func.i + @echo ... func/func.s +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/cmake_lib/build/cmake_install.cmake b/cmake_lib/build/cmake_install.cmake new file mode 100644 index 0000000..2053eb8 --- /dev/null +++ b/cmake_lib/build/cmake_install.cmake @@ -0,0 +1,49 @@ +# Install script for directory: C:/Users/tan.minhang/Desktop/cmake_lib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/cmake_lib") +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 "Debug") + 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 "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objdump.exe") +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 "C:/Users/tan.minhang/Desktop/cmake_lib/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/cmake_lib/build/compile_commands.json b/cmake_lib/build/compile_commands.json new file mode 100644 index 0000000..ab9b3fb --- /dev/null +++ b/cmake_lib/build/compile_commands.json @@ -0,0 +1,12 @@ +[ +{ + "directory": "C:/Users/tan.minhang/Desktop/cmake_lib/build", + "command": "\"D:\\Program Files (x86)\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\x86_64-w64-mingw32-gcc.exe\" -Dfunc_shared_EXPORTS -g -o CMakeFiles\\func_shared.dir\\func\\func.c.obj -c C:\\Users\\tan.minhang\\Desktop\\cmake_lib\\func\\func.c", + "file": "C:/Users/tan.minhang/Desktop/cmake_lib/func/func.c" +}, +{ + "directory": "C:/Users/tan.minhang/Desktop/cmake_lib/build", + "command": "\"D:\\Program Files (x86)\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\x86_64-w64-mingw32-gcc.exe\" -g -o CMakeFiles\\func_static.dir\\func\\func.c.obj -c C:\\Users\\tan.minhang\\Desktop\\cmake_lib\\func\\func.c", + "file": "C:/Users/tan.minhang/Desktop/cmake_lib/func/func.c" +} +] \ No newline at end of file diff --git a/cmake_lib/func/func.c b/cmake_lib/func/func.c new file mode 100644 index 0000000..9888e3e --- /dev/null +++ b/cmake_lib/func/func.c @@ -0,0 +1,7 @@ +#include "func.h" +#include + +void func(int data) +{ + printf("the data is %d\n", data); +} \ No newline at end of file diff --git a/cmake_lib/func/func.h b/cmake_lib/func/func.h new file mode 100644 index 0000000..cd80d19 --- /dev/null +++ b/cmake_lib/func/func.h @@ -0,0 +1,15 @@ +#ifndef FUNC_H +#define FUNC_H + +#ifdef __cplusplus +extern "C" +{ +#endif + + extern void func(int data); + +#ifdef __cplusplus +} +#endif + +#endif \ No newline at end of file diff --git a/cmake_link_lib/.vscode/launch.json b/cmake_link_lib/.vscode/launch.json new file mode 100644 index 0000000..6d6dc92 --- /dev/null +++ b/cmake_link_lib/.vscode/launch.json @@ -0,0 +1,29 @@ +{ + // 使用 IntelliSense 了解相关属性。 + // 悬停以查看现有属性的描述。 + // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "gcc.exe - 生成和调试活动文件", + "type": "cppdbg", + "request": "launch", + "program": "${fileDirname}\\${fileBasenameNoExtension}.exe", + "args": [], + "stopAtEntry": false, + "cwd": "${fileDirname}", + "environment": [], + "externalConsole": false, + "MIMode": "gdb", + "miDebuggerPath": "D:\\Program Files (x86)\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\gdb.exe", + "setupCommands": [ + { + "description": "为 gdb 启用整齐打印", + "text": "-enable-pretty-printing", + "ignoreFailures": true + } + ], + "preLaunchTask": "C/C++: gcc.exe 生成活动文件" + } + ] +} \ No newline at end of file diff --git a/cmake_link_lib/.vscode/settings.json b/cmake_link_lib/.vscode/settings.json new file mode 100644 index 0000000..b4d8c35 --- /dev/null +++ b/cmake_link_lib/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools" +} \ No newline at end of file diff --git a/cmake_link_lib/.vscode/tasks.json b/cmake_link_lib/.vscode/tasks.json new file mode 100644 index 0000000..766c40e --- /dev/null +++ b/cmake_link_lib/.vscode/tasks.json @@ -0,0 +1,27 @@ +{ + "tasks": [ + { + "type": "cppbuild", + "label": "C/C++: gcc.exe 生成活动文件", + "command": "D:\\Program Files (x86)\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\gcc.exe", + "args": [ + "-g", + "${file}", + "-o", + "${fileDirname}\\${fileBasenameNoExtension}.exe" + ], + "options": { + "cwd": "${fileDirname}" + }, + "problemMatcher": [ + "$gcc" + ], + "group": { + "kind": "build", + "isDefault": true + }, + "detail": "调试器生成的任务。" + } + ], + "version": "2.0.0" +} \ No newline at end of file diff --git a/cmake_link_lib/CMakeLists.txt b/cmake_link_lib/CMakeLists.txt new file mode 100644 index 0000000..51a6350 --- /dev/null +++ b/cmake_link_lib/CMakeLists.txt @@ -0,0 +1,22 @@ +cmake_minimum_required(VERSION 3.0.0) + +project(main VERSION 0.1.0) + +set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin) + +set(SRC_LIST ${PROJECT_SOURCE_DIR}/src/main.c) + +# find func.h +include_directories(${PROJECT_SOURCE_DIR}/func) + +# 需显示指出要加载的库 +# find_library(FUNC_LIB libfunc.dll HINTS ${PROJECT_SOURCE_DIR}/func/lib/) +find_library(FUNC_LIB libfunc.dll HINTS ${PROJECT_SOURCE_DIR}/func/lib/) + +add_executable(main ${SRC_LIST}) + +target_link_libraries(main ${FUNC_LIB}) + + + + diff --git a/cmake_link_lib/build/.cmake/api/v1/query/client-vscode/query.json b/cmake_link_lib/build/.cmake/api/v1/query/client-vscode/query.json new file mode 100644 index 0000000..b9dc05e --- /dev/null +++ b/cmake_link_lib/build/.cmake/api/v1/query/client-vscode/query.json @@ -0,0 +1 @@ +{"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1}]} \ No newline at end of file diff --git a/cmake_link_lib/build/.cmake/api/v1/reply/cache-v2-549aa7df833e8bae2704.json b/cmake_link_lib/build/.cmake/api/v1/reply/cache-v2-549aa7df833e8bae2704.json new file mode 100644 index 0000000..0ae153d --- /dev/null +++ b/cmake_link_lib/build/.cmake/api/v1/reply/cache-v2-549aa7df833e8bae2704.json @@ -0,0 +1,1363 @@ +{ + "entries" : + [ + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/addr2line.exe" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ar.exe" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "c:/Users/tan.minhang/Desktop/cmake_link_lib/build" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "19" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "4" + }, + { + "name" : "CMAKE_COLOR_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable color output during build." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/bin/cmake.exe" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/bin/cpack.exe" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/bin/ctest.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-g++.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_STANDARD_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Libraries linked by default with all C++ applications." + } + ], + "type" : "STRING", + "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_STANDARD_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Libraries linked by default with all C applications." + } + ], + "type" : "STRING", + "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/dlltool.exe" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/bin/cmake-gui.exe" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "Unknown" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "BOOL", + "value" : "TRUE" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "MinGW Makefiles" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GNUtoMS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Convert GNU import libraries to MS format (requires Visual Studio)" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "C:/Users/tan.minhang/Desktop/cmake_link_lib" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "C:/Program Files (x86)/main" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ld.exe" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "make program" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/nm.exe" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objcopy.exe" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objdump.exe" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "main" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1.0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ranlib.exe" + }, + { + "name" : "CMAKE_RC_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "RC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/windres.exe" + }, + { + "name" : "CMAKE_RC_COMPILER_WORKS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_RC_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/readelf.exe" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/share/cmake-3.19" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/strip.exe" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "FUNC_LIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "C:/Users/tan.minhang/Desktop/cmake_link_lib/func/lib/libfunc.dll.a" + }, + { + "name" : "main_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "C:/Users/tan.minhang/Desktop/cmake_link_lib/build" + }, + { + "name" : "main_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "C:/Users/tan.minhang/Desktop/cmake_link_lib" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/cmake_link_lib/build/.cmake/api/v1/reply/codemodel-v2-1f195aed88d629a83a81.json b/cmake_link_lib/build/.cmake/api/v1/reply/codemodel-v2-1f195aed88d629a83a81.json new file mode 100644 index 0000000..fd98cb3 --- /dev/null +++ b/cmake_link_lib/build/.cmake/api/v1/reply/codemodel-v2-1f195aed88d629a83a81.json @@ -0,0 +1,59 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "minimumCMakeVersion" : + { + "string" : "3.0.0" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "main", + "targetIndexes" : + [ + 0 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "main::@6890427a1f51a3e7e1df", + "jsonFile" : "target-main-Debug-a6de24c5de5a1a29a660.json", + "name" : "main", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "C:/Users/tan.minhang/Desktop/cmake_link_lib/build", + "source" : "C:/Users/tan.minhang/Desktop/cmake_link_lib" + }, + "version" : + { + "major" : 2, + "minor" : 2 + } +} diff --git a/cmake_link_lib/build/.cmake/api/v1/reply/index-2021-05-29T16-46-09-0469.json b/cmake_link_lib/build/.cmake/api/v1/reply/index-2021-05-29T16-46-09-0469.json new file mode 100644 index 0000000..5417a0b --- /dev/null +++ b/cmake_link_lib/build/.cmake/api/v1/reply/index-2021-05-29T16-46-09-0469.json @@ -0,0 +1,95 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "MinGW Makefiles" + }, + "paths" : + { + "cmake" : "D:/Program Files/CMake/bin/cmake.exe", + "cpack" : "D:/Program Files/CMake/bin/cpack.exe", + "ctest" : "D:/Program Files/CMake/bin/ctest.exe", + "root" : "D:/Program Files/CMake/share/cmake-3.19" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 19, + "patch" : 4, + "string" : "3.19.4", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-1f195aed88d629a83a81.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 2 + } + }, + { + "jsonFile" : "cache-v2-549aa7df833e8bae2704.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + } + ], + "reply" : + { + "client-vscode" : + { + "query.json" : + { + "requests" : + [ + { + "kind" : "cache", + "version" : 2 + }, + { + "kind" : "codemodel", + "version" : 2 + }, + { + "kind" : "toolchains", + "version" : 1 + } + ], + "responses" : + [ + { + "jsonFile" : "cache-v2-549aa7df833e8bae2704.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "codemodel-v2-1f195aed88d629a83a81.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 2 + } + }, + { + "error" : "unknown request kind 'toolchains'" + } + ] + } + } + } +} diff --git a/cmake_link_lib/build/.cmake/api/v1/reply/target-main-Debug-a6de24c5de5a1a29a660.json b/cmake_link_lib/build/.cmake/api/v1/reply/target-main-Debug-a6de24c5de5a1a29a660.json new file mode 100644 index 0000000..0956414 --- /dev/null +++ b/cmake_link_lib/build/.cmake/api/v1/reply/target-main-Debug-a6de24c5de5a1a29a660.json @@ -0,0 +1,124 @@ +{ + "artifacts" : + [ + { + "path" : "C:/Users/tan.minhang/Desktop/cmake_link_lib/bin/main.exe" + }, + { + "path" : "C:/Users/tan.minhang/Desktop/cmake_link_lib/bin/main.pdb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "include_directories" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 16, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 18, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 10, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "C:/Users/tan.minhang/Desktop/cmake_link_lib/func" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 0 + ] + } + ], + "id" : "main::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "..\\func\\lib\\libfunc.dll.a", + "role" : "libraries" + }, + { + "fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "main", + "nameOnDisk" : "main.exe", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/main.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake_link_lib/build/CMakeCache.txt b/cmake_link_lib/build/CMakeCache.txt new file mode 100644 index 0000000..a9df48f --- /dev/null +++ b/cmake_link_lib/build/CMakeCache.txt @@ -0,0 +1,423 @@ +# This is the CMakeCache file. +# For build in directory: c:/Users/tan.minhang/Desktop/cmake_link_lib/build +# It was generated by CMake: D:/Program Files/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. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/addr2line.exe + +//Path to a program. +CMAKE_AR:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ar.exe + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//No help, variable specified on the command line. +CMAKE_CXX_COMPILER:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-g++.exe + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Libraries linked by default with all C++ applications. +CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Libraries linked by default with all C applications. +CMAKE_C_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/dlltool.exe + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//No help, variable specified on the command line. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE + +//Convert GNU import libraries to MS format (requires Visual Studio) +CMAKE_GNUtoMS:BOOL=OFF + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/main + +//Path to a program. +CMAKE_LINKER:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ld.exe + +//make program +CMAKE_MAKE_PROGRAM:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/nm.exe + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objcopy.exe + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objdump.exe + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=main + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1.0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ranlib.exe + +//RC compiler +CMAKE_RC_COMPILER:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/windres.exe + +//Flags for Windows Resource Compiler during all build types. +CMAKE_RC_FLAGS:STRING= + +//Flags for Windows Resource Compiler during DEBUG builds. +CMAKE_RC_FLAGS_DEBUG:STRING= + +//Flags for Windows Resource Compiler during MINSIZEREL builds. +CMAKE_RC_FLAGS_MINSIZEREL:STRING= + +//Flags for Windows Resource Compiler during RELEASE builds. +CMAKE_RC_FLAGS_RELEASE:STRING= + +//Flags for Windows Resource Compiler during RELWITHDEBINFO builds. +CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_READELF:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/readelf.exe + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/strip.exe + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Path to a library. +FUNC_LIB:FILEPATH=C:/Users/tan.minhang/Desktop/cmake_link_lib/func/lib/libfunc.dll.a + +//Value Computed by CMake +main_BINARY_DIR:STATIC=C:/Users/tan.minhang/Desktop/cmake_link_lib/build + +//Value Computed by CMake +main_SOURCE_DIR:STATIC=C:/Users/tan.minhang/Desktop/cmake_link_lib + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//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=c:/Users/tan.minhang/Desktop/cmake_link_lib/build +//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 +CMAKE_CACHE_MINOR_VERSION:INTERNAL=19 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=4 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=D:/Program Files/CMake/bin/cmake.exe +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=D:/Program Files/CMake/bin/cpack.exe +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=D:/Program Files/CMake/bin/ctest.exe +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES +CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES +CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=D:/Program Files/CMake/bin/cmake-gui.exe +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=MinGW Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/tan.minhang/Desktop/cmake_link_lib +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_COMPILER +CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 +CMAKE_RC_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS +CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG +CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL +CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE +CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO +CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=D:/Program Files/CMake/share/cmake-3.19 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 + diff --git a/cmake_link_lib/build/CMakeFiles/3.19.4/CMakeCCompiler.cmake b/cmake_link_lib/build/CMakeFiles/3.19.4/CMakeCCompiler.cmake new file mode 100644 index 0000000..5c15e50 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/3.19.4/CMakeCCompiler.cmake @@ -0,0 +1,77 @@ +set(CMAKE_C_COMPILER "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "8.1.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") + +set(CMAKE_C_PLATFORM_ID "MinGW") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ar.exe") +set(CMAKE_C_COMPILER_AR "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe") +set(CMAKE_RANLIB "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ranlib.exe") +set(CMAKE_C_COMPILER_RANLIB "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe") +set(CMAKE_LINKER "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ld.exe") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW 1) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake_link_lib/build/CMakeFiles/3.19.4/CMakeCXXCompiler.cmake b/cmake_link_lib/build/CMakeFiles/3.19.4/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..41cd2b2 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/3.19.4/CMakeCXXCompiler.cmake @@ -0,0 +1,89 @@ +set(CMAKE_CXX_COMPILER "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-g++.exe") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "8.1.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") + +set(CMAKE_CXX_PLATFORM_ID "MinGW") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ar.exe") +set(CMAKE_CXX_COMPILER_AR "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe") +set(CMAKE_RANLIB "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ranlib.exe") +set(CMAKE_CXX_COMPILER_RANLIB "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe") +set(CMAKE_LINKER "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ld.exe") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW 1) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake_link_lib/build/CMakeFiles/3.19.4/CMakeDetermineCompilerABI_C.bin b/cmake_link_lib/build/CMakeFiles/3.19.4/CMakeDetermineCompilerABI_C.bin new file mode 100644 index 0000000000000000000000000000000000000000..7f0f41c9c9b92db54cb49d35da389b76d7815940 GIT binary patch literal 53904 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 h4@~AfT-+xj`E?ztzO5#V*y2^^qJ-uq>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(_CRAYC) || defined(__cray__) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) +# if (defined(_MSC_VER) && !defined(__clang__)) \ + || (defined(__ibmxl__) || defined(__IBMC__)) +# define C_DIALECT "90" +# else +# define C_DIALECT +# endif +#elif __STDC_VERSION__ >= 201000L +# define C_DIALECT "11" +#elif __STDC_VERSION__ >= 199901L +# define C_DIALECT "99" +#else +# define C_DIALECT "90" +#endif +const char* info_language_dialect_default = + "INFO" ":" "dialect_default[" C_DIALECT "]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(_CRAYC) || defined(__cray__) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/cmake_link_lib/build/CMakeFiles/3.19.4/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake_link_lib/build/CMakeFiles/3.19.4/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..0c63d62 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/3.19.4/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,680 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(_CRAYC) || defined(__cray__) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_dialect_default = "INFO" ":" "dialect_default[" +#if CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(_CRAYC) || defined(__cray__) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} diff --git a/cmake_link_lib/build/CMakeFiles/CMakeDirectoryInformation.cmake b/cmake_link_lib/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..d4e782e --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "C:/Users/tan.minhang/Desktop/cmake_link_lib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "C:/Users/tan.minhang/Desktop/cmake_link_lib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/cmake_link_lib/build/CMakeFiles/CMakeOutput.log b/cmake_link_lib/build/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..5a1f703 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/CMakeOutput.log @@ -0,0 +1,357 @@ +The system is: Windows - 10.0.18363 - AMD64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.exe" + +The C compiler identification is GNU, found in "C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/3.19.4/CompilerIdC/a.exe" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-g++.exe +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe" + +The CXX compiler identification is GNU, found in "C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/3.19.4/CompilerIdCXX/a.exe" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/CMakeTmp + +Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_6bc8e/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_6bc8e.dir\build.make CMakeFiles/cmTC_6bc8e.dir/build +mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_6bc8e.dir/CMakeCCompilerABI.c.obj +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -o CMakeFiles\cmTC_6bc8e.dir\CMakeCCompilerABI.c.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c" +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_6bc8e.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_6bc8e.dir\CMakeCCompilerABI.c.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\ccKr01SW.s +GNU C17 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include" +#include "..." search starts here: +#include <...> search starts here: + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include +End of search list. +GNU C17 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 985ce7ae6dd3a696cd146ca9896b0035 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_6bc8e.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_6bc8e.dir\CMakeCCompilerABI.c.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\ccKr01SW.s +GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30 +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_6bc8e.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona' +Linking C executable cmTC_6bc8e.exe +"D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_6bc8e.dir\link.txt --verbose=1 +"D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_6bc8e.dir/objects.a +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_6bc8e.dir/objects.a @CMakeFiles\cmTC_6bc8e.dir\objects1.rsp +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -Wl,--whole-archive CMakeFiles\cmTC_6bc8e.dir/objects.a -Wl,--no-whole-archive -o cmTC_6bc8e.exe -Wl,--out-implib,libcmTC_6bc8e.dll.a -Wl,--major-image-version,0,--minor-image-version,0 +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe +COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_6bc8e.exe' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\ccftBeFk.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_6bc8e.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_6bc8e.dir/objects.a --no-whole-archive --out-implib libcmTC_6bc8e.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_6bc8e.exe' '-mtune=core2' '-march=nocona' +mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/CMakeTmp' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + end of search list found + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + implicit include dirs: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_6bc8e/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_6bc8e.dir\build.make CMakeFiles/cmTC_6bc8e.dir/build] + ignore line: [mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_6bc8e.dir/CMakeCCompilerABI.c.obj] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -o CMakeFiles\cmTC_6bc8e.dir\CMakeCCompilerABI.c.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c"] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_6bc8e.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_6bc8e.dir\CMakeCCompilerABI.c.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\ccKr01SW.s] + ignore line: [GNU C17 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 985ce7ae6dd3a696cd146ca9896b0035] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_6bc8e.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_6bc8e.dir\CMakeCCompilerABI.c.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\ccKr01SW.s] + ignore line: [GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_6bc8e.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'] + ignore line: [Linking C executable cmTC_6bc8e.exe] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_6bc8e.dir\link.txt --verbose=1] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_6bc8e.dir/objects.a] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_6bc8e.dir/objects.a @CMakeFiles\cmTC_6bc8e.dir\objects1.rsp] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -Wl --whole-archive CMakeFiles\cmTC_6bc8e.dir/objects.a -Wl --no-whole-archive -o cmTC_6bc8e.exe -Wl --out-implib libcmTC_6bc8e.dll.a -Wl --major-image-version 0 --minor-image-version 0 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe] + ignore line: [COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_6bc8e.exe' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\ccftBeFk.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_6bc8e.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_6bc8e.dir/objects.a --no-whole-archive --out-implib libcmTC_6bc8e.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_6bc8e.exe' '-mtune=core2' '-march=nocona'] + ignore line: [mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/CMakeTmp'] + ignore line: [] + ignore line: [] + implicit libs: [] + implicit dirs: [] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/CMakeTmp + +Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_4cc41/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_4cc41.dir\build.make CMakeFiles/cmTC_4cc41.dir/build +mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_4cc41.dir/CMakeCXXCompilerABI.cpp.obj +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -o CMakeFiles\cmTC_4cc41.dir\CMakeCXXCompilerABI.cpp.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp" +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_4cc41.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1plus.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_4cc41.dir\CMakeCXXCompilerABI.cpp.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\ccawu9nP.s +GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include" +#include "..." search starts here: +#include <...> search starts here: + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++ + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32 + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include +End of search list. +GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 82f0c9785fd37a38ba7b7f8357369a82 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_4cc41.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_4cc41.dir\CMakeCXXCompilerABI.cpp.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\ccawu9nP.s +GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30 +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_4cc41.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' +Linking CXX executable cmTC_4cc41.exe +"D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_4cc41.dir\link.txt --verbose=1 +"D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_4cc41.dir/objects.a +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_4cc41.dir/objects.a @CMakeFiles\cmTC_4cc41.dir\objects1.rsp +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -Wl,--whole-archive CMakeFiles\cmTC_4cc41.dir/objects.a -Wl,--no-whole-archive -o cmTC_4cc41.exe -Wl,--out-implib,libcmTC_4cc41.dll.a -Wl,--major-image-version,0,--minor-image-version,0 +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe +COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_4cc41.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\ccdBhxLj.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_4cc41.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_4cc41.dir/objects.a --no-whole-archive --out-implib libcmTC_4cc41.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_4cc41.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' +mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/CMakeTmp' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + end of search list found + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + implicit include dirs: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_4cc41/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_4cc41.dir\build.make CMakeFiles/cmTC_4cc41.dir/build] + ignore line: [mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_4cc41.dir/CMakeCXXCompilerABI.cpp.obj] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -o CMakeFiles\cmTC_4cc41.dir\CMakeCXXCompilerABI.cpp.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp"] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_4cc41.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1plus.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_4cc41.dir\CMakeCXXCompilerABI.cpp.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\ccawu9nP.s] + ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + ignore line: [End of search list.] + ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 82f0c9785fd37a38ba7b7f8357369a82] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_4cc41.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_4cc41.dir\CMakeCXXCompilerABI.cpp.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\ccawu9nP.s] + ignore line: [GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_4cc41.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [Linking CXX executable cmTC_4cc41.exe] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_4cc41.dir\link.txt --verbose=1] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_4cc41.dir/objects.a] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_4cc41.dir/objects.a @CMakeFiles\cmTC_4cc41.dir\objects1.rsp] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -Wl --whole-archive CMakeFiles\cmTC_4cc41.dir/objects.a -Wl --no-whole-archive -o cmTC_4cc41.exe -Wl --out-implib libcmTC_4cc41.dll.a -Wl --major-image-version 0 --minor-image-version 0 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe] + ignore line: [COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_4cc41.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\ccdBhxLj.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_4cc41.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_4cc41.dir/objects.a --no-whole-archive --out-implib libcmTC_4cc41.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_4cc41.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/CMakeTmp'] + ignore line: [] + ignore line: [] + implicit libs: [] + implicit dirs: [] + implicit fwks: [] + + diff --git a/cmake_link_lib/build/CMakeFiles/Makefile.cmake b/cmake_link_lib/build/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..86e9177 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,52 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "MinGW Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "../CMakeLists.txt" + "CMakeFiles/3.19.4/CMakeCCompiler.cmake" + "CMakeFiles/3.19.4/CMakeCXXCompiler.cmake" + "CMakeFiles/3.19.4/CMakeRCCompiler.cmake" + "CMakeFiles/3.19.4/CMakeSystem.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeCInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeCXXInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeCommonLanguageInclude.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeGenericSystem.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeInitializeConfigs.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeLanguageInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeRCInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeSystemSpecificInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeSystemSpecificInitialize.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/GNU-C.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/GNU-CXX.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/GNU.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU-C-ABI.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU-C.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU-CXX-ABI.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU-CXX.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-windres.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/WindowsPaths.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/main.dir/DependInfo.cmake" + ) diff --git a/cmake_link_lib/build/CMakeFiles/Makefile2 b/cmake_link_lib/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000..b4380e0 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/Makefile2 @@ -0,0 +1,124 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = C:\Users\tan.minhang\Desktop\cmake_link_lib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = C:\Users\tan.minhang\Desktop\cmake_link_lib\build + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/main.dir/all + +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: + +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/main.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/main.dir + +# All Build rule for target. +CMakeFiles/main.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles\main.dir\build.make CMakeFiles/main.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles\main.dir\build.make CMakeFiles/main.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=C:\Users\tan.minhang\Desktop\cmake_link_lib\build\CMakeFiles --progress-num=1,2 "Built target main" +.PHONY : CMakeFiles/main.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/main.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\tan.minhang\Desktop\cmake_link_lib\build\CMakeFiles 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 CMakeFiles/main.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\tan.minhang\Desktop\cmake_link_lib\build\CMakeFiles 0 +.PHONY : CMakeFiles/main.dir/rule + +# Convenience name for target. +main: CMakeFiles/main.dir/rule + +.PHONY : main + +# clean rule for target. +CMakeFiles/main.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles\main.dir\build.make CMakeFiles/main.dir/clean +.PHONY : CMakeFiles/main.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/cmake_link_lib/build/CMakeFiles/TargetDirectories.txt b/cmake_link_lib/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..1d4fc9b --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/edit_cache.dir +C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/main.dir +C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/rebuild_cache.dir diff --git a/cmake_link_lib/build/CMakeFiles/cmake.check_cache b/cmake_link_lib/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/cmake_link_lib/build/CMakeFiles/main.dir/C.includecache b/cmake_link_lib/build/CMakeFiles/main.dir/C.includecache new file mode 100644 index 0000000..1f52edb --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/main.dir/C.includecache @@ -0,0 +1,16 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +../func/func.h + +C:/Users/tan.minhang/Desktop/cmake_link_lib/src/main.c +func.h +C:/Users/tan.minhang/Desktop/cmake_link_lib/src/func.h +stdio.h +- + diff --git a/cmake_link_lib/build/CMakeFiles/main.dir/DependInfo.cmake b/cmake_link_lib/build/CMakeFiles/main.dir/DependInfo.cmake new file mode 100644 index 0000000..0bb0e7a --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/main.dir/DependInfo.cmake @@ -0,0 +1,21 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "C:/Users/tan.minhang/Desktop/cmake_link_lib/src/main.c" "C:/Users/tan.minhang/Desktop/cmake_link_lib/build/CMakeFiles/main.dir/src/main.c.obj" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "../func" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/cmake_link_lib/build/CMakeFiles/main.dir/build.make b/cmake_link_lib/build/CMakeFiles/main.dir/build.make new file mode 100644 index 0000000..104bbf2 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/main.dir/build.make @@ -0,0 +1,120 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = C:\Users\tan.minhang\Desktop\cmake_link_lib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = C:\Users\tan.minhang\Desktop\cmake_link_lib\build + +# Include any dependencies generated for this target. +include CMakeFiles/main.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/main.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/main.dir/flags.make + +CMakeFiles/main.dir/src/main.c.obj: CMakeFiles/main.dir/flags.make +CMakeFiles/main.dir/src/main.c.obj: CMakeFiles/main.dir/includes_C.rsp +CMakeFiles/main.dir/src/main.c.obj: ../src/main.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\tan.minhang\Desktop\cmake_link_lib\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/main.dir/src/main.c.obj" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\main.dir\src\main.c.obj -c C:\Users\tan.minhang\Desktop\cmake_link_lib\src\main.c + +CMakeFiles/main.dir/src/main.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/main.dir/src/main.c.i" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\tan.minhang\Desktop\cmake_link_lib\src\main.c > CMakeFiles\main.dir\src\main.c.i + +CMakeFiles/main.dir/src/main.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/main.dir/src/main.c.s" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S C:\Users\tan.minhang\Desktop\cmake_link_lib\src\main.c -o CMakeFiles\main.dir\src\main.c.s + +# Object files for target main +main_OBJECTS = \ +"CMakeFiles/main.dir/src/main.c.obj" + +# External object files for target main +main_EXTERNAL_OBJECTS = + +../bin/main.exe: CMakeFiles/main.dir/src/main.c.obj +../bin/main.exe: CMakeFiles/main.dir/build.make +../bin/main.exe: ../func/lib/libfunc.dll.a +../bin/main.exe: CMakeFiles/main.dir/linklibs.rsp +../bin/main.exe: CMakeFiles/main.dir/objects1.rsp +../bin/main.exe: CMakeFiles/main.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=C:\Users\tan.minhang\Desktop\cmake_link_lib\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ..\bin\main.exe" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\main.dir\link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/main.dir/build: ../bin/main.exe + +.PHONY : CMakeFiles/main.dir/build + +CMakeFiles/main.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles\main.dir\cmake_clean.cmake +.PHONY : CMakeFiles/main.dir/clean + +CMakeFiles/main.dir/depend: + $(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" C:\Users\tan.minhang\Desktop\cmake_link_lib C:\Users\tan.minhang\Desktop\cmake_link_lib C:\Users\tan.minhang\Desktop\cmake_link_lib\build C:\Users\tan.minhang\Desktop\cmake_link_lib\build C:\Users\tan.minhang\Desktop\cmake_link_lib\build\CMakeFiles\main.dir\DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/main.dir/depend + diff --git a/cmake_link_lib/build/CMakeFiles/main.dir/cmake_clean.cmake b/cmake_link_lib/build/CMakeFiles/main.dir/cmake_clean.cmake new file mode 100644 index 0000000..9904cfa --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/main.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "../bin/libmain.dll.a" + "../bin/main.exe" + "../bin/main.exe.manifest" + "../bin/main.pdb" + "CMakeFiles/main.dir/src/main.c.obj" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/main.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/cmake_link_lib/build/CMakeFiles/main.dir/depend.internal b/cmake_link_lib/build/CMakeFiles/main.dir/depend.internal new file mode 100644 index 0000000..11e5213 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/main.dir/depend.internal @@ -0,0 +1,6 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +CMakeFiles/main.dir/src/main.c.obj + ../func/func.h + C:/Users/tan.minhang/Desktop/cmake_link_lib/src/main.c diff --git a/cmake_link_lib/build/CMakeFiles/main.dir/depend.make b/cmake_link_lib/build/CMakeFiles/main.dir/depend.make new file mode 100644 index 0000000..aedc3f6 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/main.dir/depend.make @@ -0,0 +1,6 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +CMakeFiles/main.dir/src/main.c.obj: ../func/func.h +CMakeFiles/main.dir/src/main.c.obj: ../src/main.c + diff --git a/cmake_link_lib/build/CMakeFiles/main.dir/flags.make b/cmake_link_lib/build/CMakeFiles/main.dir/flags.make new file mode 100644 index 0000000..f8dffe7 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/main.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# compile C with D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe +C_DEFINES = + +C_INCLUDES = @CMakeFiles/main.dir/includes_C.rsp + +C_FLAGS = -g + diff --git a/cmake_link_lib/build/CMakeFiles/main.dir/includes_C.rsp b/cmake_link_lib/build/CMakeFiles/main.dir/includes_C.rsp new file mode 100644 index 0000000..9ad1486 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/main.dir/includes_C.rsp @@ -0,0 +1 @@ +-IC:/Users/tan.minhang/Desktop/cmake_link_lib/func diff --git a/cmake_link_lib/build/CMakeFiles/main.dir/link.txt b/cmake_link_lib/build/CMakeFiles/main.dir/link.txt new file mode 100644 index 0000000..a1da137 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/main.dir/link.txt @@ -0,0 +1,3 @@ +"D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\main.dir/objects.a +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\main.dir/objects.a @CMakeFiles\main.dir\objects1.rsp +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -g -Wl,--whole-archive CMakeFiles\main.dir/objects.a -Wl,--no-whole-archive -o ..\bin\main.exe -Wl,--out-implib,..\bin\libmain.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\main.dir\linklibs.rsp diff --git a/cmake_link_lib/build/CMakeFiles/main.dir/linklibs.rsp b/cmake_link_lib/build/CMakeFiles/main.dir/linklibs.rsp new file mode 100644 index 0000000..26916e1 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/main.dir/linklibs.rsp @@ -0,0 +1 @@ + ../func/lib/libfunc.dll.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 diff --git a/cmake_link_lib/build/CMakeFiles/main.dir/objects1.rsp b/cmake_link_lib/build/CMakeFiles/main.dir/objects1.rsp new file mode 100644 index 0000000..00c49eb --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/main.dir/objects1.rsp @@ -0,0 +1 @@ +CMakeFiles/main.dir/src/main.c.obj diff --git a/cmake_link_lib/build/CMakeFiles/main.dir/progress.make b/cmake_link_lib/build/CMakeFiles/main.dir/progress.make new file mode 100644 index 0000000..abadeb0 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/main.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 + diff --git a/cmake_link_lib/build/CMakeFiles/progress.marks b/cmake_link_lib/build/CMakeFiles/progress.marks new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/cmake_link_lib/build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +2 diff --git a/cmake_link_lib/build/Makefile b/cmake_link_lib/build/Makefile new file mode 100644 index 0000000..96afe5e --- /dev/null +++ b/cmake_link_lib/build/Makefile @@ -0,0 +1,196 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = C:\Users\tan.minhang\Desktop\cmake_link_lib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = C:\Users\tan.minhang\Desktop\cmake_link_lib\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\tan.minhang\Desktop\cmake_link_lib\build\CMakeFiles C:\Users\tan.minhang\Desktop\cmake_link_lib\build\\CMakeFiles\progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\tan.minhang\Desktop\cmake_link_lib\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named main + +# Build rule for target. +main: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 main +.PHONY : main + +# fast build rule for target. +main/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles\main.dir\build.make CMakeFiles/main.dir/build +.PHONY : main/fast + +src/main.obj: src/main.c.obj + +.PHONY : src/main.obj + +# target to build an object file +src/main.c.obj: + $(MAKE) $(MAKESILENT) -f CMakeFiles\main.dir\build.make CMakeFiles/main.dir/src/main.c.obj +.PHONY : src/main.c.obj + +src/main.i: src/main.c.i + +.PHONY : src/main.i + +# target to preprocess a source file +src/main.c.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles\main.dir\build.make CMakeFiles/main.dir/src/main.c.i +.PHONY : src/main.c.i + +src/main.s: src/main.c.s + +.PHONY : src/main.s + +# target to generate assembly for a file +src/main.c.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles\main.dir\build.make CMakeFiles/main.dir/src/main.c.s +.PHONY : src/main.c.s + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... main + @echo ... src/main.obj + @echo ... src/main.i + @echo ... src/main.s +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/cmake_link_lib/build/cmake_install.cmake b/cmake_link_lib/build/cmake_install.cmake new file mode 100644 index 0000000..0a24655 --- /dev/null +++ b/cmake_link_lib/build/cmake_install.cmake @@ -0,0 +1,49 @@ +# Install script for directory: C:/Users/tan.minhang/Desktop/cmake_link_lib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/main") +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 "Debug") + 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 "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objdump.exe") +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 "C:/Users/tan.minhang/Desktop/cmake_link_lib/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/cmake_link_lib/build/compile_commands.json b/cmake_link_lib/build/compile_commands.json new file mode 100644 index 0000000..d6e6951 --- /dev/null +++ b/cmake_link_lib/build/compile_commands.json @@ -0,0 +1,7 @@ +[ +{ + "directory": "C:/Users/tan.minhang/Desktop/cmake_link_lib/build", + "command": "\"D:\\Program Files (x86)\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\x86_64-w64-mingw32-gcc.exe\" @CMakeFiles/main.dir/includes_C.rsp -g -o CMakeFiles\\main.dir\\src\\main.c.obj -c C:\\Users\\tan.minhang\\Desktop\\cmake_link_lib\\src\\main.c", + "file": "C:/Users/tan.minhang/Desktop/cmake_link_lib/src/main.c" +} +] \ No newline at end of file diff --git a/cmake_link_lib/func/func.h b/cmake_link_lib/func/func.h new file mode 100644 index 0000000..cd80d19 --- /dev/null +++ b/cmake_link_lib/func/func.h @@ -0,0 +1,15 @@ +#ifndef FUNC_H +#define FUNC_H + +#ifdef __cplusplus +extern "C" +{ +#endif + + extern void func(int data); + +#ifdef __cplusplus +} +#endif + +#endif \ No newline at end of file diff --git a/cmake_link_lib/src/main.c b/cmake_link_lib/src/main.c new file mode 100644 index 0000000..dc8e198 --- /dev/null +++ b/cmake_link_lib/src/main.c @@ -0,0 +1,11 @@ +#include "func.h" +#include + +int main(int argc, char *argv[]) +{ + printf("Hello, world!\n"); + + func(100); + + return 0; +} diff --git a/cmake_user/.vscode/launch.json b/cmake_user/.vscode/launch.json new file mode 100644 index 0000000..6d6dc92 --- /dev/null +++ b/cmake_user/.vscode/launch.json @@ -0,0 +1,29 @@ +{ + // 使用 IntelliSense 了解相关属性。 + // 悬停以查看现有属性的描述。 + // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "gcc.exe - 生成和调试活动文件", + "type": "cppdbg", + "request": "launch", + "program": "${fileDirname}\\${fileBasenameNoExtension}.exe", + "args": [], + "stopAtEntry": false, + "cwd": "${fileDirname}", + "environment": [], + "externalConsole": false, + "MIMode": "gdb", + "miDebuggerPath": "D:\\Program Files (x86)\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\gdb.exe", + "setupCommands": [ + { + "description": "为 gdb 启用整齐打印", + "text": "-enable-pretty-printing", + "ignoreFailures": true + } + ], + "preLaunchTask": "C/C++: gcc.exe 生成活动文件" + } + ] +} \ No newline at end of file diff --git a/cmake_user/.vscode/settings.json b/cmake_user/.vscode/settings.json new file mode 100644 index 0000000..b4d8c35 --- /dev/null +++ b/cmake_user/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools" +} \ No newline at end of file diff --git a/cmake_user/.vscode/tasks.json b/cmake_user/.vscode/tasks.json new file mode 100644 index 0000000..766c40e --- /dev/null +++ b/cmake_user/.vscode/tasks.json @@ -0,0 +1,27 @@ +{ + "tasks": [ + { + "type": "cppbuild", + "label": "C/C++: gcc.exe 生成活动文件", + "command": "D:\\Program Files (x86)\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\gcc.exe", + "args": [ + "-g", + "${file}", + "-o", + "${fileDirname}\\${fileBasenameNoExtension}.exe" + ], + "options": { + "cwd": "${fileDirname}" + }, + "problemMatcher": [ + "$gcc" + ], + "group": { + "kind": "build", + "isDefault": true + }, + "detail": "调试器生成的任务。" + } + ], + "version": "2.0.0" +} \ No newline at end of file diff --git a/cmake_user/CMakeLists.txt b/cmake_user/CMakeLists.txt new file mode 100644 index 0000000..fd6c3a2 --- /dev/null +++ b/cmake_user/CMakeLists.txt @@ -0,0 +1,23 @@ +cmake_minimum_required(VERSION 3.0.0) + +project(main VERSION 0.1.0) + +# aux_source_directory(. SRC_LIST) +# set(SRC_LIST +# ./main.c +# ./func.c +# ./func1.c) + +# include_directories(func func1) + +# aux_source_directory(func SRC_LIST) +# aux_source_directory(func1 SRC_LIST) + + +# message("SRC_LIST" ${SRC_LIST}) + +# add_executable(main main.c ${SRC_LIST}) + +add_subdirectory(src) + + diff --git a/cmake_user/build/.cmake/api/v1/query/client-vscode/query.json b/cmake_user/build/.cmake/api/v1/query/client-vscode/query.json new file mode 100644 index 0000000..b9dc05e --- /dev/null +++ b/cmake_user/build/.cmake/api/v1/query/client-vscode/query.json @@ -0,0 +1 @@ +{"requests":[{"kind":"cache","version":2},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1}]} \ No newline at end of file diff --git a/cmake_user/build/.cmake/api/v1/reply/cache-v2-080a60c77cb75fbbc37b.json b/cmake_user/build/.cmake/api/v1/reply/cache-v2-080a60c77cb75fbbc37b.json new file mode 100644 index 0000000..fa8d76d --- /dev/null +++ b/cmake_user/build/.cmake/api/v1/reply/cache-v2-080a60c77cb75fbbc37b.json @@ -0,0 +1,1351 @@ +{ + "entries" : + [ + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/addr2line.exe" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ar.exe" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "c:/Users/tan.minhang/Desktop/cmake _a/build" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "19" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "4" + }, + { + "name" : "CMAKE_COLOR_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable color output during build." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/bin/cmake.exe" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/bin/cpack.exe" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/bin/ctest.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-g++.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_STANDARD_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Libraries linked by default with all C++ applications." + } + ], + "type" : "STRING", + "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_STANDARD_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Libraries linked by default with all C applications." + } + ], + "type" : "STRING", + "value" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/dlltool.exe" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/bin/cmake-gui.exe" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "Unknown" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "BOOL", + "value" : "TRUE" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "MinGW Makefiles" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GNUtoMS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Convert GNU import libraries to MS format (requires Visual Studio)" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "C:/Users/tan.minhang/Desktop/cmake _a" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "C:/Program Files (x86)/main" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ld.exe" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "make program" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/nm.exe" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "2" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objcopy.exe" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objdump.exe" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "main" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1.0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ranlib.exe" + }, + { + "name" : "CMAKE_RC_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "RC compiler" + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/windres.exe" + }, + { + "name" : "CMAKE_RC_COMPILER_WORKS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_RC_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_RC_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags for Windows Resource Compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/readelf.exe" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "D:/Program Files/CMake/share/cmake-3.19" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/strip.exe" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "main_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "C:/Users/tan.minhang/Desktop/cmake _a/build" + }, + { + "name" : "main_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "C:/Users/tan.minhang/Desktop/cmake _a" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/cmake_user/build/.cmake/api/v1/reply/codemodel-v2-c3381d42dd66dbd9070e.json b/cmake_user/build/.cmake/api/v1/reply/codemodel-v2-c3381d42dd66dbd9070e.json new file mode 100644 index 0000000..ee71706 --- /dev/null +++ b/cmake_user/build/.cmake/api/v1/reply/codemodel-v2-c3381d42dd66dbd9070e.json @@ -0,0 +1,74 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1 + ], + "minimumCMakeVersion" : + { + "string" : "3.0.0" + }, + "projectIndex" : 0, + "source" : "." + }, + { + "build" : "src", + "minimumCMakeVersion" : + { + "string" : "3.0.0" + }, + "parentIndex" : 0, + "projectIndex" : 0, + "source" : "src", + "targetIndexes" : + [ + 0 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0, + 1 + ], + "name" : "main", + "targetIndexes" : + [ + 0 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 1, + "id" : "main::@145eef247bfb46b6828c", + "jsonFile" : "target-main-Debug-e0695846b71ca11afda2.json", + "name" : "main", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "C:/Users/tan.minhang/Desktop/cmake _a/build", + "source" : "C:/Users/tan.minhang/Desktop/cmake _a" + }, + "version" : + { + "major" : 2, + "minor" : 2 + } +} diff --git a/cmake_user/build/.cmake/api/v1/reply/index-2021-05-29T16-04-20-0873.json b/cmake_user/build/.cmake/api/v1/reply/index-2021-05-29T16-04-20-0873.json new file mode 100644 index 0000000..a240e49 --- /dev/null +++ b/cmake_user/build/.cmake/api/v1/reply/index-2021-05-29T16-04-20-0873.json @@ -0,0 +1,95 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "MinGW Makefiles" + }, + "paths" : + { + "cmake" : "D:/Program Files/CMake/bin/cmake.exe", + "cpack" : "D:/Program Files/CMake/bin/cpack.exe", + "ctest" : "D:/Program Files/CMake/bin/ctest.exe", + "root" : "D:/Program Files/CMake/share/cmake-3.19" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 19, + "patch" : 4, + "string" : "3.19.4", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-c3381d42dd66dbd9070e.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 2 + } + }, + { + "jsonFile" : "cache-v2-080a60c77cb75fbbc37b.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + } + ], + "reply" : + { + "client-vscode" : + { + "query.json" : + { + "requests" : + [ + { + "kind" : "cache", + "version" : 2 + }, + { + "kind" : "codemodel", + "version" : 2 + }, + { + "kind" : "toolchains", + "version" : 1 + } + ], + "responses" : + [ + { + "jsonFile" : "cache-v2-080a60c77cb75fbbc37b.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "codemodel-v2-c3381d42dd66dbd9070e.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 2 + } + }, + { + "error" : "unknown request kind 'toolchains'" + } + ] + } + } + } +} diff --git a/cmake_user/build/.cmake/api/v1/reply/target-main-Debug-e0695846b71ca11afda2.json b/cmake_user/build/.cmake/api/v1/reply/target-main-Debug-e0695846b71ca11afda2.json new file mode 100644 index 0000000..2566b2c --- /dev/null +++ b/cmake_user/build/.cmake/api/v1/reply/target-main-Debug-e0695846b71ca11afda2.json @@ -0,0 +1,128 @@ +{ + "artifacts" : + [ + { + "path" : "C:/Users/tan.minhang/Desktop/cmake _a/bin/main.exe" + }, + { + "path" : "C:/Users/tan.minhang/Desktop/cmake _a/bin/main.pdb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include_directories" + ], + "files" : + [ + "src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 9, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 3, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "path" : "C:/Users/tan.minhang/Desktop/cmake _a/src/../inc" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "id" : "main::@145eef247bfb46b6828c", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "main", + "nameOnDisk" : "main.exe", + "paths" : + { + "build" : "src", + "source" : "src" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/func.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/func1.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/main.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake_user/build/CMakeCache.txt b/cmake_user/build/CMakeCache.txt new file mode 100644 index 0000000..140edd6 --- /dev/null +++ b/cmake_user/build/CMakeCache.txt @@ -0,0 +1,420 @@ +# This is the CMakeCache file. +# For build in directory: c:/Users/tan.minhang/Desktop/cmake _a/build +# It was generated by CMake: D:/Program Files/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. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/addr2line.exe + +//Path to a program. +CMAKE_AR:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ar.exe + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//No help, variable specified on the command line. +CMAKE_CXX_COMPILER:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-g++.exe + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Libraries linked by default with all C++ applications. +CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Libraries linked by default with all C applications. +CMAKE_C_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/dlltool.exe + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//No help, variable specified on the command line. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE + +//Convert GNU import libraries to MS format (requires Visual Studio) +CMAKE_GNUtoMS:BOOL=OFF + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/main + +//Path to a program. +CMAKE_LINKER:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ld.exe + +//make program +CMAKE_MAKE_PROGRAM:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/nm.exe + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objcopy.exe + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objdump.exe + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=main + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1.0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ranlib.exe + +//RC compiler +CMAKE_RC_COMPILER:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/windres.exe + +//Flags for Windows Resource Compiler during all build types. +CMAKE_RC_FLAGS:STRING= + +//Flags for Windows Resource Compiler during DEBUG builds. +CMAKE_RC_FLAGS_DEBUG:STRING= + +//Flags for Windows Resource Compiler during MINSIZEREL builds. +CMAKE_RC_FLAGS_MINSIZEREL:STRING= + +//Flags for Windows Resource Compiler during RELEASE builds. +CMAKE_RC_FLAGS_RELEASE:STRING= + +//Flags for Windows Resource Compiler during RELWITHDEBINFO builds. +CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_READELF:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/readelf.exe + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/strip.exe + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Value Computed by CMake +main_BINARY_DIR:STATIC=C:/Users/tan.minhang/Desktop/cmake _a/build + +//Value Computed by CMake +main_SOURCE_DIR:STATIC=C:/Users/tan.minhang/Desktop/cmake _a + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//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=c:/Users/tan.minhang/Desktop/cmake _a/build +//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 +CMAKE_CACHE_MINOR_VERSION:INTERNAL=19 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=4 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=D:/Program Files/CMake/bin/cmake.exe +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=D:/Program Files/CMake/bin/cpack.exe +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=D:/Program Files/CMake/bin/ctest.exe +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES +CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES +CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=D:/Program Files/CMake/bin/cmake-gui.exe +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=MinGW Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/tan.minhang/Desktop/cmake _a +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_COMPILER +CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 +CMAKE_RC_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS +CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG +CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL +CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE +CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO +CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=D:/Program Files/CMake/share/cmake-3.19 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 + diff --git a/cmake_user/build/CMakeFiles/3.19.4/CMakeCCompiler.cmake b/cmake_user/build/CMakeFiles/3.19.4/CMakeCCompiler.cmake new file mode 100644 index 0000000..5c15e50 --- /dev/null +++ b/cmake_user/build/CMakeFiles/3.19.4/CMakeCCompiler.cmake @@ -0,0 +1,77 @@ +set(CMAKE_C_COMPILER "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "8.1.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") + +set(CMAKE_C_PLATFORM_ID "MinGW") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ar.exe") +set(CMAKE_C_COMPILER_AR "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe") +set(CMAKE_RANLIB "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ranlib.exe") +set(CMAKE_C_COMPILER_RANLIB "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe") +set(CMAKE_LINKER "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ld.exe") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW 1) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake_user/build/CMakeFiles/3.19.4/CMakeCXXCompiler.cmake b/cmake_user/build/CMakeFiles/3.19.4/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..41cd2b2 --- /dev/null +++ b/cmake_user/build/CMakeFiles/3.19.4/CMakeCXXCompiler.cmake @@ -0,0 +1,89 @@ +set(CMAKE_CXX_COMPILER "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-g++.exe") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "8.1.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") + +set(CMAKE_CXX_PLATFORM_ID "MinGW") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ar.exe") +set(CMAKE_CXX_COMPILER_AR "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ar.exe") +set(CMAKE_RANLIB "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ranlib.exe") +set(CMAKE_CXX_COMPILER_RANLIB "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc-ranlib.exe") +set(CMAKE_LINKER "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ld.exe") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW 1) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake_user/build/CMakeFiles/3.19.4/CMakeDetermineCompilerABI_C.bin b/cmake_user/build/CMakeFiles/3.19.4/CMakeDetermineCompilerABI_C.bin new file mode 100644 index 0000000000000000000000000000000000000000..955efc5eec791366940caada69c4e7d5a0cb8c90 GIT binary patch literal 53904 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 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(_CRAYC) || defined(__cray__) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) +# if (defined(_MSC_VER) && !defined(__clang__)) \ + || (defined(__ibmxl__) || defined(__IBMC__)) +# define C_DIALECT "90" +# else +# define C_DIALECT +# endif +#elif __STDC_VERSION__ >= 201000L +# define C_DIALECT "11" +#elif __STDC_VERSION__ >= 199901L +# define C_DIALECT "99" +#else +# define C_DIALECT "90" +#endif +const char* info_language_dialect_default = + "INFO" ":" "dialect_default[" C_DIALECT "]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(_CRAYC) || defined(__cray__) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/cmake_user/build/CMakeFiles/3.19.4/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake_user/build/CMakeFiles/3.19.4/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..0c63d62 --- /dev/null +++ b/cmake_user/build/CMakeFiles/3.19.4/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,680 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(_CRAYC) || defined(__cray__) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_dialect_default = "INFO" ":" "dialect_default[" +#if CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(_CRAYC) || defined(__cray__) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} diff --git a/cmake_user/build/CMakeFiles/CMakeDirectoryInformation.cmake b/cmake_user/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..3a6bc41 --- /dev/null +++ b/cmake_user/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "C:/Users/tan.minhang/Desktop/cmake _a") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "C:/Users/tan.minhang/Desktop/cmake _a/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/cmake_user/build/CMakeFiles/CMakeOutput.log b/cmake_user/build/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..6f0bbd9 --- /dev/null +++ b/cmake_user/build/CMakeFiles/CMakeOutput.log @@ -0,0 +1,714 @@ +The system is: Windows - 10.0.18363 - AMD64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.exe" + +The C compiler identification is GNU, found in "C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/3.19.4/CompilerIdC/a.exe" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-g++.exe +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe" + +The CXX compiler identification is GNU, found in "C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/3.19.4/CompilerIdCXX/a.exe" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp + +Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_68f35/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_68f35.dir\build.make CMakeFiles/cmTC_68f35.dir/build +mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_68f35.dir/CMakeCCompilerABI.c.obj +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -o CMakeFiles\cmTC_68f35.dir\CMakeCCompilerABI.c.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c" +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_68f35.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_68f35.dir\CMakeCCompilerABI.c.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\ccYVR0Bx.s +GNU C17 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include" +#include "..." search starts here: +#include <...> search starts here: + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include +End of search list. +GNU C17 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 985ce7ae6dd3a696cd146ca9896b0035 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_68f35.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_68f35.dir\CMakeCCompilerABI.c.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\ccYVR0Bx.s +GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30 +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_68f35.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona' +Linking C executable cmTC_68f35.exe +"D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_68f35.dir\link.txt --verbose=1 +"D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_68f35.dir/objects.a +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_68f35.dir/objects.a @CMakeFiles\cmTC_68f35.dir\objects1.rsp +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -Wl,--whole-archive CMakeFiles\cmTC_68f35.dir/objects.a -Wl,--no-whole-archive -o cmTC_68f35.exe -Wl,--out-implib,libcmTC_68f35.dll.a -Wl,--major-image-version,0,--minor-image-version,0 +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe +COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_68f35.exe' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\cc4aIpK8.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_68f35.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_68f35.dir/objects.a --no-whole-archive --out-implib libcmTC_68f35.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_68f35.exe' '-mtune=core2' '-march=nocona' +mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + end of search list found + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + implicit include dirs: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_68f35/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_68f35.dir\build.make CMakeFiles/cmTC_68f35.dir/build] + ignore line: [mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_68f35.dir/CMakeCCompilerABI.c.obj] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -o CMakeFiles\cmTC_68f35.dir\CMakeCCompilerABI.c.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c"] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_68f35.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_68f35.dir\CMakeCCompilerABI.c.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\ccYVR0Bx.s] + ignore line: [GNU C17 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 985ce7ae6dd3a696cd146ca9896b0035] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_68f35.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_68f35.dir\CMakeCCompilerABI.c.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\ccYVR0Bx.s] + ignore line: [GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_68f35.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'] + ignore line: [Linking C executable cmTC_68f35.exe] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_68f35.dir\link.txt --verbose=1] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_68f35.dir/objects.a] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_68f35.dir/objects.a @CMakeFiles\cmTC_68f35.dir\objects1.rsp] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -Wl --whole-archive CMakeFiles\cmTC_68f35.dir/objects.a -Wl --no-whole-archive -o cmTC_68f35.exe -Wl --out-implib libcmTC_68f35.dll.a -Wl --major-image-version 0 --minor-image-version 0 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe] + ignore line: [COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_68f35.exe' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\cc4aIpK8.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_68f35.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_68f35.dir/objects.a --no-whole-archive --out-implib libcmTC_68f35.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_68f35.exe' '-mtune=core2' '-march=nocona'] + ignore line: [mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp'] + ignore line: [] + ignore line: [] + implicit libs: [] + implicit dirs: [] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp + +Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_62a5e/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_62a5e.dir\build.make CMakeFiles/cmTC_62a5e.dir/build +mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_62a5e.dir/CMakeCXXCompilerABI.cpp.obj +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -o CMakeFiles\cmTC_62a5e.dir\CMakeCXXCompilerABI.cpp.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp" +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_62a5e.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1plus.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_62a5e.dir\CMakeCXXCompilerABI.cpp.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\ccNPIbP6.s +GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include" +#include "..." search starts here: +#include <...> search starts here: + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++ + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32 + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include +End of search list. +GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 82f0c9785fd37a38ba7b7f8357369a82 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_62a5e.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_62a5e.dir\CMakeCXXCompilerABI.cpp.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\ccNPIbP6.s +GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30 +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_62a5e.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' +Linking CXX executable cmTC_62a5e.exe +"D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_62a5e.dir\link.txt --verbose=1 +"D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_62a5e.dir/objects.a +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_62a5e.dir/objects.a @CMakeFiles\cmTC_62a5e.dir\objects1.rsp +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -Wl,--whole-archive CMakeFiles\cmTC_62a5e.dir/objects.a -Wl,--no-whole-archive -o cmTC_62a5e.exe -Wl,--out-implib,libcmTC_62a5e.dll.a -Wl,--major-image-version,0,--minor-image-version,0 +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe +COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_62a5e.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\cc6UlZSv.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_62a5e.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_62a5e.dir/objects.a --no-whole-archive --out-implib libcmTC_62a5e.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_62a5e.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' +mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + end of search list found + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + implicit include dirs: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_62a5e/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_62a5e.dir\build.make CMakeFiles/cmTC_62a5e.dir/build] + ignore line: [mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_62a5e.dir/CMakeCXXCompilerABI.cpp.obj] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -o CMakeFiles\cmTC_62a5e.dir\CMakeCXXCompilerABI.cpp.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp"] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_62a5e.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1plus.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_62a5e.dir\CMakeCXXCompilerABI.cpp.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\ccNPIbP6.s] + ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + ignore line: [End of search list.] + ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 82f0c9785fd37a38ba7b7f8357369a82] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_62a5e.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_62a5e.dir\CMakeCXXCompilerABI.cpp.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\ccNPIbP6.s] + ignore line: [GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_62a5e.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [Linking CXX executable cmTC_62a5e.exe] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_62a5e.dir\link.txt --verbose=1] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_62a5e.dir/objects.a] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_62a5e.dir/objects.a @CMakeFiles\cmTC_62a5e.dir\objects1.rsp] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -Wl --whole-archive CMakeFiles\cmTC_62a5e.dir/objects.a -Wl --no-whole-archive -o cmTC_62a5e.exe -Wl --out-implib libcmTC_62a5e.dll.a -Wl --major-image-version 0 --minor-image-version 0 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe] + ignore line: [COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_62a5e.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\cc6UlZSv.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_62a5e.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_62a5e.dir/objects.a --no-whole-archive --out-implib libcmTC_62a5e.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_62a5e.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp'] + ignore line: [] + ignore line: [] + implicit libs: [] + implicit dirs: [] + implicit fwks: [] + + +The system is: Windows - 10.0.18363 - AMD64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.exe" + +The C compiler identification is GNU, found in "C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/3.19.4/CompilerIdC/a.exe" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-g++.exe +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe" + +The CXX compiler identification is GNU, found in "C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/3.19.4/CompilerIdCXX/a.exe" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp + +Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_5afe3/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_5afe3.dir\build.make CMakeFiles/cmTC_5afe3.dir/build +mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_5afe3.dir/CMakeCCompilerABI.c.obj +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -o CMakeFiles\cmTC_5afe3.dir\CMakeCCompilerABI.c.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c" +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_5afe3.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_5afe3.dir\CMakeCCompilerABI.c.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\cciWqgDY.s +GNU C17 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include" +#include "..." search starts here: +#include <...> search starts here: + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include +End of search list. +GNU C17 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 985ce7ae6dd3a696cd146ca9896b0035 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_5afe3.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_5afe3.dir\CMakeCCompilerABI.c.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\cciWqgDY.s +GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30 +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_5afe3.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona' +Linking C executable cmTC_5afe3.exe +"D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_5afe3.dir\link.txt --verbose=1 +"D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_5afe3.dir/objects.a +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_5afe3.dir/objects.a @CMakeFiles\cmTC_5afe3.dir\objects1.rsp +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -Wl,--whole-archive CMakeFiles\cmTC_5afe3.dir/objects.a -Wl,--no-whole-archive -o cmTC_5afe3.exe -Wl,--out-implib,libcmTC_5afe3.dll.a -Wl,--major-image-version,0,--minor-image-version,0 +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe +COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5afe3.exe' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\ccjmFPwq.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_5afe3.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_5afe3.dir/objects.a --no-whole-archive --out-implib libcmTC_5afe3.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5afe3.exe' '-mtune=core2' '-march=nocona' +mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + end of search list found + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + implicit include dirs: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_5afe3/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_5afe3.dir\build.make CMakeFiles/cmTC_5afe3.dir/build] + ignore line: [mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_5afe3.dir/CMakeCCompilerABI.c.obj] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -o CMakeFiles\cmTC_5afe3.dir\CMakeCCompilerABI.c.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c"] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_5afe3.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_5afe3.dir\CMakeCCompilerABI.c.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\cciWqgDY.s] + ignore line: [GNU C17 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 985ce7ae6dd3a696cd146ca9896b0035] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_5afe3.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_5afe3.dir\CMakeCCompilerABI.c.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\cciWqgDY.s] + ignore line: [GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_5afe3.dir\CMakeCCompilerABI.c.obj' '-c' '-mtune=core2' '-march=nocona'] + ignore line: [Linking C executable cmTC_5afe3.exe] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_5afe3.dir\link.txt --verbose=1] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_5afe3.dir/objects.a] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_5afe3.dir/objects.a @CMakeFiles\cmTC_5afe3.dir\objects1.rsp] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -v -Wl --whole-archive CMakeFiles\cmTC_5afe3.dir/objects.a -Wl --no-whole-archive -o cmTC_5afe3.exe -Wl --out-implib libcmTC_5afe3.dll.a -Wl --major-image-version 0 --minor-image-version 0 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe] + ignore line: [COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5afe3.exe' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\ccjmFPwq.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_5afe3.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_5afe3.dir/objects.a --no-whole-archive --out-implib libcmTC_5afe3.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5afe3.exe' '-mtune=core2' '-march=nocona'] + ignore line: [mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp'] + ignore line: [] + ignore line: [] + implicit libs: [] + implicit dirs: [] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp + +Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_164fb/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_164fb.dir\build.make CMakeFiles/cmTC_164fb.dir/build +mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_164fb.dir/CMakeCXXCompilerABI.cpp.obj +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -o CMakeFiles\cmTC_164fb.dir\CMakeCXXCompilerABI.cpp.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp" +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_164fb.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1plus.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_164fb.dir\CMakeCXXCompilerABI.cpp.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\ccwa4IAD.s +GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed" +ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include" +ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include" +#include "..." search starts here: +#include <...> search starts here: + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++ + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32 + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include +End of search list. +GNU C++14 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32) + compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.18-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 82f0c9785fd37a38ba7b7f8357369a82 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_164fb.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_164fb.dir\CMakeCXXCompilerABI.cpp.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\ccwa4IAD.s +GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30 +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_164fb.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona' +Linking CXX executable cmTC_164fb.exe +"D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_164fb.dir\link.txt --verbose=1 +"D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_164fb.dir/objects.a +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_164fb.dir/objects.a @CMakeFiles\cmTC_164fb.dir\objects1.rsp +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -Wl,--whole-archive CMakeFiles\cmTC_164fb.dir/objects.a -Wl,--no-whole-archive -o cmTC_164fb.exe -Wl,--out-implib,libcmTC_164fb.dll.a -Wl,--major-image-version,0,--minor-image-version,0 +Using built-in specs. +COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe +COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe +Target: x86_64-w64-mingw32 +Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' +Thread model: posix +gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project) +COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ +LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_164fb.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' + D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\cc229TWh.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_164fb.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_164fb.dir/objects.a --no-whole-archive --out-implib libcmTC_164fb.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_164fb.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona' +mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + add: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + end of search list found + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + collapse include dir [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] ==> [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + implicit include dirs: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed;D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/x86_64-w64-mingw32/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe cmTC_164fb/fast && D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/mingw32-make.exe -f CMakeFiles\cmTC_164fb.dir\build.make CMakeFiles/cmTC_164fb.dir/build] + ignore line: [mingw32-make.exe[1]: Entering directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_164fb.dir/CMakeCXXCompilerABI.cpp.obj] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -o CMakeFiles\cmTC_164fb.dir\CMakeCXXCompilerABI.cpp.obj -c "D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp"] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_164fb.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/cc1plus.exe -quiet -v -iprefix D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/ -D_REENTRANT D:\Program Files\CMake\share\cmake-3.19\Modules\CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=core2 -march=nocona -auxbase-strip CMakeFiles\cmTC_164fb.dir\CMakeCXXCompilerABI.cpp.obj -version -o C:\Users\TAN~1.MIN\AppData\Local\Temp\ccwa4IAD.s] + ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../include"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed"] + ignore line: [ignoring duplicate directory "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include"] + ignore line: [ignoring nonexistent directory "C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/mingw/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/include] + ignore line: [End of search list.] + ignore line: [GNU C++14 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) version 8.1.0 (x86_64-w64-mingw32)] + ignore line: [ compiled by GNU C version 8.1.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.18-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 82f0c9785fd37a38ba7b7f8357369a82] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_164fb.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/as.exe -v -o CMakeFiles\cmTC_164fb.dir\CMakeCXXCompilerABI.cpp.obj C:\Users\TAN~1.MIN\AppData\Local\Temp\ccwa4IAD.s] + ignore line: [GNU assembler version 2.30 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.30] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles\cmTC_164fb.dir\CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [Linking CXX executable cmTC_164fb.exe] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_164fb.dir\link.txt --verbose=1] + ignore line: ["D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_164fb.dir/objects.a] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\cmTC_164fb.dir/objects.a @CMakeFiles\cmTC_164fb.dir\objects1.rsp] + ignore line: ["D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe" -v -Wl --whole-archive CMakeFiles\cmTC_164fb.dir/objects.a -Wl --no-whole-archive -o cmTC_164fb.exe -Wl --out-implib libcmTC_164fb.dll.a -Wl --major-image-version 0 --minor-image-version 0 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-g++.exe] + ignore line: [COLLECT_LTO_WRAPPER=D:/Program\ Files\ (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe] + ignore line: [Target: x86_64-w64-mingw32] + ignore line: [Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '] + ignore line: [Thread model: posix] + ignore line: [gcc version 8.1.0 (x86_64-posix-seh-rev0 Built by MinGW-W64 project) ] + ignore line: [COMPILER_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/] + ignore line: [LIBRARY_PATH=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/] + ignore line: [D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_164fb.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [ D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/collect2.exe -plugin D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/liblto_plugin-0.dll -plugin-opt=D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\TAN~1.MIN\AppData\Local\Temp\cc229TWh.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-liconv -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --sysroot=C:/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 -m i386pep -Bdynamic -o cmTC_164fb.exe D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtbegin.o -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0 -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib -LD:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../.. --whole-archive CMakeFiles\cmTC_164fb.dir/objects.a --no-whole-archive --out-implib libcmTC_164fb.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/crtend.o] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_164fb.exe' '-shared-libgcc' '-mtune=core2' '-march=nocona'] + ignore line: [mingw32-make.exe[1]: Leaving directory 'C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/CMakeTmp'] + ignore line: [] + ignore line: [] + implicit libs: [] + implicit dirs: [] + implicit fwks: [] + + diff --git a/cmake_user/build/CMakeFiles/Makefile.cmake b/cmake_user/build/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..c33431c --- /dev/null +++ b/cmake_user/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,54 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "MinGW Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "../CMakeLists.txt" + "CMakeFiles/3.19.4/CMakeCCompiler.cmake" + "CMakeFiles/3.19.4/CMakeCXXCompiler.cmake" + "CMakeFiles/3.19.4/CMakeRCCompiler.cmake" + "CMakeFiles/3.19.4/CMakeSystem.cmake" + "../src/CMakeLists.txt" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeCInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeCXXInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeCommonLanguageInclude.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeGenericSystem.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeInitializeConfigs.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeLanguageInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeRCInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeSystemSpecificInformation.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/CMakeSystemSpecificInitialize.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/GNU-C.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/GNU-CXX.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Compiler/GNU.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU-C-ABI.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU-C.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU-CXX-ABI.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU-CXX.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-GNU.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows-windres.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/Windows.cmake" + "D:/Program Files/CMake/share/cmake-3.19/Modules/Platform/WindowsPaths.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/CMakeDirectoryInformation.cmake" + "src/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "src/CMakeFiles/main.dir/DependInfo.cmake" + ) diff --git a/cmake_user/build/CMakeFiles/Makefile2 b/cmake_user/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000..f14f498 --- /dev/null +++ b/cmake_user/build/CMakeFiles/Makefile2 @@ -0,0 +1,142 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "C:\Users\tan.minhang\Desktop\cmake _a" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "C:\Users\tan.minhang\Desktop\cmake _a\build" + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: src/all + +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: src/preinstall + +.PHONY : preinstall + +# The main recursive "clean" target. +clean: src/clean + +.PHONY : clean + +#============================================================================= +# Directory level rules for directory src + +# Recursive "all" directory target. +src/all: src/CMakeFiles/main.dir/all + +.PHONY : src/all + +# Recursive "preinstall" directory target. +src/preinstall: + +.PHONY : src/preinstall + +# Recursive "clean" directory target. +src/clean: src/CMakeFiles/main.dir/clean + +.PHONY : src/clean + +#============================================================================= +# Target rules for target src/CMakeFiles/main.dir + +# All Build rule for target. +src/CMakeFiles/main.dir/all: + $(MAKE) $(MAKESILENT) -f src\CMakeFiles\main.dir\build.make src/CMakeFiles/main.dir/depend + $(MAKE) $(MAKESILENT) -f src\CMakeFiles\main.dir\build.make src/CMakeFiles/main.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" --progress-num=1,2,3,4 "Built target main" +.PHONY : src/CMakeFiles/main.dir/all + +# Build rule for subdir invocation for target. +src/CMakeFiles/main.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" 4 + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 src/CMakeFiles/main.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start "C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" 0 +.PHONY : src/CMakeFiles/main.dir/rule + +# Convenience name for target. +main: src/CMakeFiles/main.dir/rule + +.PHONY : main + +# clean rule for target. +src/CMakeFiles/main.dir/clean: + $(MAKE) $(MAKESILENT) -f src\CMakeFiles\main.dir\build.make src/CMakeFiles/main.dir/clean +.PHONY : src/CMakeFiles/main.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/cmake_user/build/CMakeFiles/TargetDirectories.txt b/cmake_user/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..9f964f3 --- /dev/null +++ b/cmake_user/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,5 @@ +C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/edit_cache.dir +C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/rebuild_cache.dir +C:/Users/tan.minhang/Desktop/cmake _a/build/src/CMakeFiles/edit_cache.dir +C:/Users/tan.minhang/Desktop/cmake _a/build/src/CMakeFiles/main.dir +C:/Users/tan.minhang/Desktop/cmake _a/build/src/CMakeFiles/rebuild_cache.dir diff --git a/cmake_user/build/CMakeFiles/cmake.check_cache b/cmake_user/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/cmake_user/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/cmake_user/build/CMakeFiles/main.dir/C.includecache b/cmake_user/build/CMakeFiles/main.dir/C.includecache new file mode 100644 index 0000000..b35c5d9 --- /dev/null +++ b/cmake_user/build/CMakeFiles/main.dir/C.includecache @@ -0,0 +1,20 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +../func/func.h + +../func1/func1.h + +C:/Users/tan.minhang/Desktop/cmake _a/main.c +func.h +C:/Users/tan.minhang/Desktop/cmake _a/func.h +func1.h +C:/Users/tan.minhang/Desktop/cmake _a/func1.h +stdio.h +- + diff --git a/cmake_user/build/CMakeFiles/main.dir/DependInfo.cmake b/cmake_user/build/CMakeFiles/main.dir/DependInfo.cmake new file mode 100644 index 0000000..4fa60d8 --- /dev/null +++ b/cmake_user/build/CMakeFiles/main.dir/DependInfo.cmake @@ -0,0 +1,24 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "C:/Users/tan.minhang/Desktop/cmake _a/func/func.c" "C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/main.dir/func/func.c.obj" + "C:/Users/tan.minhang/Desktop/cmake _a/func1/func1.c" "C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/main.dir/func1/func1.c.obj" + "C:/Users/tan.minhang/Desktop/cmake _a/main.c" "C:/Users/tan.minhang/Desktop/cmake _a/build/CMakeFiles/main.dir/main.c.obj" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "../func" + "../func1" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/cmake_user/build/CMakeFiles/main.dir/build.make b/cmake_user/build/CMakeFiles/main.dir/build.make new file mode 100644 index 0000000..9e974aa --- /dev/null +++ b/cmake_user/build/CMakeFiles/main.dir/build.make @@ -0,0 +1,151 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "C:\Users\tan.minhang\Desktop\cmake _a" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "C:\Users\tan.minhang\Desktop\cmake _a\build" + +# Include any dependencies generated for this target. +include CMakeFiles/main.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/main.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/main.dir/flags.make + +CMakeFiles/main.dir/main.c.obj: CMakeFiles/main.dir/flags.make +CMakeFiles/main.dir/main.c.obj: CMakeFiles/main.dir/includes_C.rsp +CMakeFiles/main.dir/main.c.obj: ../main.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/main.dir/main.c.obj" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\main.dir\main.c.obj -c "C:\Users\tan.minhang\Desktop\cmake _a\main.c" + +CMakeFiles/main.dir/main.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/main.dir/main.c.i" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "C:\Users\tan.minhang\Desktop\cmake _a\main.c" > CMakeFiles\main.dir\main.c.i + +CMakeFiles/main.dir/main.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/main.dir/main.c.s" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "C:\Users\tan.minhang\Desktop\cmake _a\main.c" -o CMakeFiles\main.dir\main.c.s + +CMakeFiles/main.dir/func/func.c.obj: CMakeFiles/main.dir/flags.make +CMakeFiles/main.dir/func/func.c.obj: CMakeFiles/main.dir/includes_C.rsp +CMakeFiles/main.dir/func/func.c.obj: ../func/func.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/main.dir/func/func.c.obj" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\main.dir\func\func.c.obj -c "C:\Users\tan.minhang\Desktop\cmake _a\func\func.c" + +CMakeFiles/main.dir/func/func.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/main.dir/func/func.c.i" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "C:\Users\tan.minhang\Desktop\cmake _a\func\func.c" > CMakeFiles\main.dir\func\func.c.i + +CMakeFiles/main.dir/func/func.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/main.dir/func/func.c.s" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "C:\Users\tan.minhang\Desktop\cmake _a\func\func.c" -o CMakeFiles\main.dir\func\func.c.s + +CMakeFiles/main.dir/func1/func1.c.obj: CMakeFiles/main.dir/flags.make +CMakeFiles/main.dir/func1/func1.c.obj: CMakeFiles/main.dir/includes_C.rsp +CMakeFiles/main.dir/func1/func1.c.obj: ../func1/func1.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/main.dir/func1/func1.c.obj" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\main.dir\func1\func1.c.obj -c "C:\Users\tan.minhang\Desktop\cmake _a\func1\func1.c" + +CMakeFiles/main.dir/func1/func1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/main.dir/func1/func1.c.i" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "C:\Users\tan.minhang\Desktop\cmake _a\func1\func1.c" > CMakeFiles\main.dir\func1\func1.c.i + +CMakeFiles/main.dir/func1/func1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/main.dir/func1/func1.c.s" + "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "C:\Users\tan.minhang\Desktop\cmake _a\func1\func1.c" -o CMakeFiles\main.dir\func1\func1.c.s + +# Object files for target main +main_OBJECTS = \ +"CMakeFiles/main.dir/main.c.obj" \ +"CMakeFiles/main.dir/func/func.c.obj" \ +"CMakeFiles/main.dir/func1/func1.c.obj" + +# External object files for target main +main_EXTERNAL_OBJECTS = + +main.exe: CMakeFiles/main.dir/main.c.obj +main.exe: CMakeFiles/main.dir/func/func.c.obj +main.exe: CMakeFiles/main.dir/func1/func1.c.obj +main.exe: CMakeFiles/main.dir/build.make +main.exe: CMakeFiles/main.dir/linklibs.rsp +main.exe: CMakeFiles/main.dir/objects1.rsp +main.exe: CMakeFiles/main.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable main.exe" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\main.dir\link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/main.dir/build: main.exe + +.PHONY : CMakeFiles/main.dir/build + +CMakeFiles/main.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles\main.dir\cmake_clean.cmake +.PHONY : CMakeFiles/main.dir/clean + +CMakeFiles/main.dir/depend: + $(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "C:\Users\tan.minhang\Desktop\cmake _a" "C:\Users\tan.minhang\Desktop\cmake _a" "C:\Users\tan.minhang\Desktop\cmake _a\build" "C:\Users\tan.minhang\Desktop\cmake _a\build" "C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles\main.dir\DependInfo.cmake" --color=$(COLOR) +.PHONY : CMakeFiles/main.dir/depend + diff --git a/cmake_user/build/CMakeFiles/main.dir/cmake_clean.cmake b/cmake_user/build/CMakeFiles/main.dir/cmake_clean.cmake new file mode 100644 index 0000000..3dd6c4a --- /dev/null +++ b/cmake_user/build/CMakeFiles/main.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/main.dir/func/func.c.obj" + "CMakeFiles/main.dir/func1/func1.c.obj" + "CMakeFiles/main.dir/main.c.obj" + "libmain.dll.a" + "main.exe" + "main.exe.manifest" + "main.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/main.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/cmake_user/build/CMakeFiles/main.dir/depend.internal b/cmake_user/build/CMakeFiles/main.dir/depend.internal new file mode 100644 index 0000000..3d44374 --- /dev/null +++ b/cmake_user/build/CMakeFiles/main.dir/depend.internal @@ -0,0 +1,13 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +CMakeFiles/main.dir/func/func.c.obj + C:/Users/tan.minhang/Desktop/cmake _a/func/func.c + C:/Users/tan.minhang/Desktop/cmake _a/func/func.h +CMakeFiles/main.dir/func1/func1.c.obj + C:/Users/tan.minhang/Desktop/cmake _a/func1/func1.c + C:/Users/tan.minhang/Desktop/cmake _a/func1/func1.h +CMakeFiles/main.dir/main.c.obj + ../func/func.h + ../func1/func1.h + C:/Users/tan.minhang/Desktop/cmake _a/main.c diff --git a/cmake_user/build/CMakeFiles/main.dir/depend.make b/cmake_user/build/CMakeFiles/main.dir/depend.make new file mode 100644 index 0000000..2c4f01f --- /dev/null +++ b/cmake_user/build/CMakeFiles/main.dir/depend.make @@ -0,0 +1,13 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +CMakeFiles/main.dir/func/func.c.obj: ../func/func.c +CMakeFiles/main.dir/func/func.c.obj: ../func/func.h + +CMakeFiles/main.dir/func1/func1.c.obj: ../func1/func1.c +CMakeFiles/main.dir/func1/func1.c.obj: ../func1/func1.h + +CMakeFiles/main.dir/main.c.obj: ../func/func.h +CMakeFiles/main.dir/main.c.obj: ../func1/func1.h +CMakeFiles/main.dir/main.c.obj: ../main.c + diff --git a/cmake_user/build/CMakeFiles/main.dir/flags.make b/cmake_user/build/CMakeFiles/main.dir/flags.make new file mode 100644 index 0000000..f8dffe7 --- /dev/null +++ b/cmake_user/build/CMakeFiles/main.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# compile C with D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe +C_DEFINES = + +C_INCLUDES = @CMakeFiles/main.dir/includes_C.rsp + +C_FLAGS = -g + diff --git a/cmake_user/build/CMakeFiles/main.dir/includes_C.rsp b/cmake_user/build/CMakeFiles/main.dir/includes_C.rsp new file mode 100644 index 0000000..22d6b6e --- /dev/null +++ b/cmake_user/build/CMakeFiles/main.dir/includes_C.rsp @@ -0,0 +1 @@ +-IC:/Users/TAN~1.MIN/Desktop/CMAKE_~1/func -IC:/Users/TAN~1.MIN/Desktop/CMAKE_~1/func1 diff --git a/cmake_user/build/CMakeFiles/main.dir/link.txt b/cmake_user/build/CMakeFiles/main.dir/link.txt new file mode 100644 index 0000000..fb03ce2 --- /dev/null +++ b/cmake_user/build/CMakeFiles/main.dir/link.txt @@ -0,0 +1,3 @@ +"D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\main.dir/objects.a +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\main.dir/objects.a @CMakeFiles\main.dir\objects1.rsp +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -g -Wl,--whole-archive CMakeFiles\main.dir/objects.a -Wl,--no-whole-archive -o main.exe -Wl,--out-implib,libmain.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\main.dir\linklibs.rsp diff --git a/cmake_user/build/CMakeFiles/main.dir/linklibs.rsp b/cmake_user/build/CMakeFiles/main.dir/linklibs.rsp new file mode 100644 index 0000000..8ed353a --- /dev/null +++ b/cmake_user/build/CMakeFiles/main.dir/linklibs.rsp @@ -0,0 +1 @@ + -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 diff --git a/cmake_user/build/CMakeFiles/main.dir/objects1.rsp b/cmake_user/build/CMakeFiles/main.dir/objects1.rsp new file mode 100644 index 0000000..8718074 --- /dev/null +++ b/cmake_user/build/CMakeFiles/main.dir/objects1.rsp @@ -0,0 +1 @@ +CMakeFiles/main.dir/main.c.obj CMakeFiles/main.dir/func/func.c.obj CMakeFiles/main.dir/func1/func1.c.obj diff --git a/cmake_user/build/CMakeFiles/main.dir/progress.make b/cmake_user/build/CMakeFiles/main.dir/progress.make new file mode 100644 index 0000000..a69a57e --- /dev/null +++ b/cmake_user/build/CMakeFiles/main.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 + diff --git a/cmake_user/build/CMakeFiles/progress.marks b/cmake_user/build/CMakeFiles/progress.marks new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/cmake_user/build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +4 diff --git a/cmake_user/build/Makefile b/cmake_user/build/Makefile new file mode 100644 index 0000000..772e68f --- /dev/null +++ b/cmake_user/build/Makefile @@ -0,0 +1,166 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "C:\Users\tan.minhang\Desktop\cmake _a" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "C:\Users\tan.minhang\Desktop\cmake _a\build" + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" "C:\Users\tan.minhang\Desktop\cmake _a\build\\CMakeFiles\progress.marks" + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start "C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named main + +# Build rule for target. +main: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 main +.PHONY : main + +# fast build rule for target. +main/fast: + $(MAKE) $(MAKESILENT) -f src\CMakeFiles\main.dir\build.make src/CMakeFiles/main.dir/build +.PHONY : main/fast + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... main +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/cmake_user/build/cmake_install.cmake b/cmake_user/build/cmake_install.cmake new file mode 100644 index 0000000..8bd9f27 --- /dev/null +++ b/cmake_user/build/cmake_install.cmake @@ -0,0 +1,55 @@ +# Install script for directory: C:/Users/tan.minhang/Desktop/cmake _a + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/main") +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 "Debug") + 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 "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objdump.exe") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("C:/Users/tan.minhang/Desktop/cmake _a/build/src/cmake_install.cmake") + +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 "C:/Users/tan.minhang/Desktop/cmake _a/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/cmake_user/build/compile_commands.json b/cmake_user/build/compile_commands.json new file mode 100644 index 0000000..61b9261 --- /dev/null +++ b/cmake_user/build/compile_commands.json @@ -0,0 +1,17 @@ +[ +{ + "directory": "C:/Users/tan.minhang/Desktop/cmake _a/build/src", + "command": "\"D:\\Program Files (x86)\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\x86_64-w64-mingw32-gcc.exe\" @CMakeFiles/main.dir/includes_C.rsp -g -o CMakeFiles\\main.dir\\func.c.obj -c \"C:\\Users\\tan.minhang\\Desktop\\cmake _a\\src\\func.c\"", + "file": "C:/Users/tan.minhang/Desktop/cmake _a/src/func.c" +}, +{ + "directory": "C:/Users/tan.minhang/Desktop/cmake _a/build/src", + "command": "\"D:\\Program Files (x86)\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\x86_64-w64-mingw32-gcc.exe\" @CMakeFiles/main.dir/includes_C.rsp -g -o CMakeFiles\\main.dir\\func1.c.obj -c \"C:\\Users\\tan.minhang\\Desktop\\cmake _a\\src\\func1.c\"", + "file": "C:/Users/tan.minhang/Desktop/cmake _a/src/func1.c" +}, +{ + "directory": "C:/Users/tan.minhang/Desktop/cmake _a/build/src", + "command": "\"D:\\Program Files (x86)\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\x86_64-w64-mingw32-gcc.exe\" @CMakeFiles/main.dir/includes_C.rsp -g -o CMakeFiles\\main.dir\\main.c.obj -c \"C:\\Users\\tan.minhang\\Desktop\\cmake _a\\src\\main.c\"", + "file": "C:/Users/tan.minhang/Desktop/cmake _a/src/main.c" +} +] \ No newline at end of file diff --git a/cmake_user/build/src/CMakeFiles/CMakeDirectoryInformation.cmake b/cmake_user/build/src/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..3a6bc41 --- /dev/null +++ b/cmake_user/build/src/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "C:/Users/tan.minhang/Desktop/cmake _a") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "C:/Users/tan.minhang/Desktop/cmake _a/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/cmake_user/build/src/CMakeFiles/main.dir/C.includecache b/cmake_user/build/src/CMakeFiles/main.dir/C.includecache new file mode 100644 index 0000000..0b0391f --- /dev/null +++ b/cmake_user/build/src/CMakeFiles/main.dir/C.includecache @@ -0,0 +1,32 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +../inc/func.h + +../inc/func1.h + +C:/Users/tan.minhang/Desktop/cmake _a/src/func.c +func.h +C:/Users/tan.minhang/Desktop/cmake _a/src/func.h +stdio.h +- + +C:/Users/tan.minhang/Desktop/cmake _a/src/func1.c +func1.h +C:/Users/tan.minhang/Desktop/cmake _a/src/func1.h +stdio.h +- + +C:/Users/tan.minhang/Desktop/cmake _a/src/main.c +func.h +C:/Users/tan.minhang/Desktop/cmake _a/src/func.h +func1.h +C:/Users/tan.minhang/Desktop/cmake _a/src/func1.h +stdio.h +- + diff --git a/cmake_user/build/src/CMakeFiles/main.dir/DependInfo.cmake b/cmake_user/build/src/CMakeFiles/main.dir/DependInfo.cmake new file mode 100644 index 0000000..02af025 --- /dev/null +++ b/cmake_user/build/src/CMakeFiles/main.dir/DependInfo.cmake @@ -0,0 +1,23 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "C:/Users/tan.minhang/Desktop/cmake _a/src/func.c" "C:/Users/tan.minhang/Desktop/cmake _a/build/src/CMakeFiles/main.dir/func.c.obj" + "C:/Users/tan.minhang/Desktop/cmake _a/src/func1.c" "C:/Users/tan.minhang/Desktop/cmake _a/build/src/CMakeFiles/main.dir/func1.c.obj" + "C:/Users/tan.minhang/Desktop/cmake _a/src/main.c" "C:/Users/tan.minhang/Desktop/cmake _a/build/src/CMakeFiles/main.dir/main.c.obj" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "../src/../inc" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/cmake_user/build/src/CMakeFiles/main.dir/build.make b/cmake_user/build/src/CMakeFiles/main.dir/build.make new file mode 100644 index 0000000..3a67cda --- /dev/null +++ b/cmake_user/build/src/CMakeFiles/main.dir/build.make @@ -0,0 +1,151 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "C:\Users\tan.minhang\Desktop\cmake _a" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "C:\Users\tan.minhang\Desktop\cmake _a\build" + +# Include any dependencies generated for this target. +include src/CMakeFiles/main.dir/depend.make + +# Include the progress variables for this target. +include src/CMakeFiles/main.dir/progress.make + +# Include the compile flags for this target's objects. +include src/CMakeFiles/main.dir/flags.make + +src/CMakeFiles/main.dir/func.c.obj: src/CMakeFiles/main.dir/flags.make +src/CMakeFiles/main.dir/func.c.obj: src/CMakeFiles/main.dir/includes_C.rsp +src/CMakeFiles/main.dir/func.c.obj: ../src/func.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object src/CMakeFiles/main.dir/func.c.obj" + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build\src && "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\main.dir\func.c.obj -c "C:\Users\tan.minhang\Desktop\cmake _a\src\func.c" + +src/CMakeFiles/main.dir/func.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/main.dir/func.c.i" + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build\src && "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "C:\Users\tan.minhang\Desktop\cmake _a\src\func.c" > CMakeFiles\main.dir\func.c.i + +src/CMakeFiles/main.dir/func.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/main.dir/func.c.s" + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build\src && "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "C:\Users\tan.minhang\Desktop\cmake _a\src\func.c" -o CMakeFiles\main.dir\func.c.s + +src/CMakeFiles/main.dir/func1.c.obj: src/CMakeFiles/main.dir/flags.make +src/CMakeFiles/main.dir/func1.c.obj: src/CMakeFiles/main.dir/includes_C.rsp +src/CMakeFiles/main.dir/func1.c.obj: ../src/func1.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building C object src/CMakeFiles/main.dir/func1.c.obj" + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build\src && "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\main.dir\func1.c.obj -c "C:\Users\tan.minhang\Desktop\cmake _a\src\func1.c" + +src/CMakeFiles/main.dir/func1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/main.dir/func1.c.i" + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build\src && "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "C:\Users\tan.minhang\Desktop\cmake _a\src\func1.c" > CMakeFiles\main.dir\func1.c.i + +src/CMakeFiles/main.dir/func1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/main.dir/func1.c.s" + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build\src && "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "C:\Users\tan.minhang\Desktop\cmake _a\src\func1.c" -o CMakeFiles\main.dir\func1.c.s + +src/CMakeFiles/main.dir/main.c.obj: src/CMakeFiles/main.dir/flags.make +src/CMakeFiles/main.dir/main.c.obj: src/CMakeFiles/main.dir/includes_C.rsp +src/CMakeFiles/main.dir/main.c.obj: ../src/main.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Building C object src/CMakeFiles/main.dir/main.c.obj" + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build\src && "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\main.dir\main.c.obj -c "C:\Users\tan.minhang\Desktop\cmake _a\src\main.c" + +src/CMakeFiles/main.dir/main.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/main.dir/main.c.i" + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build\src && "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "C:\Users\tan.minhang\Desktop\cmake _a\src\main.c" > CMakeFiles\main.dir\main.c.i + +src/CMakeFiles/main.dir/main.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/main.dir/main.c.s" + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build\src && "D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "C:\Users\tan.minhang\Desktop\cmake _a\src\main.c" -o CMakeFiles\main.dir\main.c.s + +# Object files for target main +main_OBJECTS = \ +"CMakeFiles/main.dir/func.c.obj" \ +"CMakeFiles/main.dir/func1.c.obj" \ +"CMakeFiles/main.dir/main.c.obj" + +# External object files for target main +main_EXTERNAL_OBJECTS = + +../bin/main.exe: src/CMakeFiles/main.dir/func.c.obj +../bin/main.exe: src/CMakeFiles/main.dir/func1.c.obj +../bin/main.exe: src/CMakeFiles/main.dir/main.c.obj +../bin/main.exe: src/CMakeFiles/main.dir/build.make +../bin/main.exe: src/CMakeFiles/main.dir/linklibs.rsp +../bin/main.exe: src/CMakeFiles/main.dir/objects1.rsp +../bin/main.exe: src/CMakeFiles/main.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable ..\..\bin\main.exe" + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build\src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\main.dir\link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +src/CMakeFiles/main.dir/build: ../bin/main.exe + +.PHONY : src/CMakeFiles/main.dir/build + +src/CMakeFiles/main.dir/clean: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build\src && $(CMAKE_COMMAND) -P CMakeFiles\main.dir\cmake_clean.cmake +.PHONY : src/CMakeFiles/main.dir/clean + +src/CMakeFiles/main.dir/depend: + $(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "C:\Users\tan.minhang\Desktop\cmake _a" "C:\Users\tan.minhang\Desktop\cmake _a\src" "C:\Users\tan.minhang\Desktop\cmake _a\build" "C:\Users\tan.minhang\Desktop\cmake _a\build\src" "C:\Users\tan.minhang\Desktop\cmake _a\build\src\CMakeFiles\main.dir\DependInfo.cmake" --color=$(COLOR) +.PHONY : src/CMakeFiles/main.dir/depend + diff --git a/cmake_user/build/src/CMakeFiles/main.dir/cmake_clean.cmake b/cmake_user/build/src/CMakeFiles/main.dir/cmake_clean.cmake new file mode 100644 index 0000000..f93af2d --- /dev/null +++ b/cmake_user/build/src/CMakeFiles/main.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "../../bin/libmain.dll.a" + "../../bin/main.exe" + "../../bin/main.exe.manifest" + "../../bin/main.pdb" + "CMakeFiles/main.dir/func.c.obj" + "CMakeFiles/main.dir/func1.c.obj" + "CMakeFiles/main.dir/main.c.obj" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/main.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/cmake_user/build/src/CMakeFiles/main.dir/depend.internal b/cmake_user/build/src/CMakeFiles/main.dir/depend.internal new file mode 100644 index 0000000..31da44b --- /dev/null +++ b/cmake_user/build/src/CMakeFiles/main.dir/depend.internal @@ -0,0 +1,13 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +src/CMakeFiles/main.dir/func.c.obj + ../inc/func.h + C:/Users/tan.minhang/Desktop/cmake _a/src/func.c +src/CMakeFiles/main.dir/func1.c.obj + ../inc/func1.h + C:/Users/tan.minhang/Desktop/cmake _a/src/func1.c +src/CMakeFiles/main.dir/main.c.obj + ../inc/func.h + ../inc/func1.h + C:/Users/tan.minhang/Desktop/cmake _a/src/main.c diff --git a/cmake_user/build/src/CMakeFiles/main.dir/depend.make b/cmake_user/build/src/CMakeFiles/main.dir/depend.make new file mode 100644 index 0000000..eceb149 --- /dev/null +++ b/cmake_user/build/src/CMakeFiles/main.dir/depend.make @@ -0,0 +1,13 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +src/CMakeFiles/main.dir/func.c.obj: ../inc/func.h +src/CMakeFiles/main.dir/func.c.obj: ../src/func.c + +src/CMakeFiles/main.dir/func1.c.obj: ../inc/func1.h +src/CMakeFiles/main.dir/func1.c.obj: ../src/func1.c + +src/CMakeFiles/main.dir/main.c.obj: ../inc/func.h +src/CMakeFiles/main.dir/main.c.obj: ../inc/func1.h +src/CMakeFiles/main.dir/main.c.obj: ../src/main.c + diff --git a/cmake_user/build/src/CMakeFiles/main.dir/flags.make b/cmake_user/build/src/CMakeFiles/main.dir/flags.make new file mode 100644 index 0000000..f8dffe7 --- /dev/null +++ b/cmake_user/build/src/CMakeFiles/main.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# compile C with D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/x86_64-w64-mingw32-gcc.exe +C_DEFINES = + +C_INCLUDES = @CMakeFiles/main.dir/includes_C.rsp + +C_FLAGS = -g + diff --git a/cmake_user/build/src/CMakeFiles/main.dir/includes_C.rsp b/cmake_user/build/src/CMakeFiles/main.dir/includes_C.rsp new file mode 100644 index 0000000..207e191 --- /dev/null +++ b/cmake_user/build/src/CMakeFiles/main.dir/includes_C.rsp @@ -0,0 +1 @@ +-IC:/Users/TAN~1.MIN/Desktop/CMAKE_~1/src/../inc diff --git a/cmake_user/build/src/CMakeFiles/main.dir/link.txt b/cmake_user/build/src/CMakeFiles/main.dir/link.txt new file mode 100644 index 0000000..58e2de3 --- /dev/null +++ b/cmake_user/build/src/CMakeFiles/main.dir/link.txt @@ -0,0 +1,3 @@ +"D:\Program Files\CMake\bin\cmake.exe" -E rm -f CMakeFiles\main.dir/objects.a +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\ar.exe" cr CMakeFiles\main.dir/objects.a @CMakeFiles\main.dir\objects1.rsp +"D:\Program Files (x86)\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\x86_64-w64-mingw32-gcc.exe" -g -Wl,--whole-archive CMakeFiles\main.dir/objects.a -Wl,--no-whole-archive -o ..\..\bin\main.exe -Wl,--out-implib,..\..\bin\libmain.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\main.dir\linklibs.rsp diff --git a/cmake_user/build/src/CMakeFiles/main.dir/linklibs.rsp b/cmake_user/build/src/CMakeFiles/main.dir/linklibs.rsp new file mode 100644 index 0000000..8ed353a --- /dev/null +++ b/cmake_user/build/src/CMakeFiles/main.dir/linklibs.rsp @@ -0,0 +1 @@ + -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 diff --git a/cmake_user/build/src/CMakeFiles/main.dir/objects1.rsp b/cmake_user/build/src/CMakeFiles/main.dir/objects1.rsp new file mode 100644 index 0000000..bc5294e --- /dev/null +++ b/cmake_user/build/src/CMakeFiles/main.dir/objects1.rsp @@ -0,0 +1 @@ +CMakeFiles/main.dir/func.c.obj CMakeFiles/main.dir/func1.c.obj CMakeFiles/main.dir/main.c.obj diff --git a/cmake_user/build/src/CMakeFiles/main.dir/progress.make b/cmake_user/build/src/CMakeFiles/main.dir/progress.make new file mode 100644 index 0000000..a69a57e --- /dev/null +++ b/cmake_user/build/src/CMakeFiles/main.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 + diff --git a/cmake_user/build/src/CMakeFiles/progress.marks b/cmake_user/build/src/CMakeFiles/progress.marks new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/cmake_user/build/src/CMakeFiles/progress.marks @@ -0,0 +1 @@ +4 diff --git a/cmake_user/build/src/Makefile b/cmake_user/build/src/Makefile new file mode 100644 index 0000000..998ea54 --- /dev/null +++ b/cmake_user/build/src/Makefile @@ -0,0 +1,258 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.19 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Disable VCS-based implicit rules. +% : %,v + + +# Disable VCS-based implicit rules. +% : RCS/% + + +# Disable VCS-based implicit rules. +% : RCS/%,v + + +# Disable VCS-based implicit rules. +% : SCCS/s.% + + +# Disable VCS-based implicit rules. +% : s.% + + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "C:\Users\tan.minhang\Desktop\cmake _a" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "C:\Users\tan.minhang\Desktop\cmake _a\build" + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(CMAKE_COMMAND) -E cmake_progress_start "C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" "C:\Users\tan.minhang\Desktop\cmake _a\build\src\\CMakeFiles\progress.marks" + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 src/all + $(CMAKE_COMMAND) -E cmake_progress_start "C:\Users\tan.minhang\Desktop\cmake _a\build\CMakeFiles" 0 +.PHONY : all + +# The main clean target +clean: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 src/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 src/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 src/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +src/CMakeFiles/main.dir/rule: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 src/CMakeFiles/main.dir/rule +.PHONY : src/CMakeFiles/main.dir/rule + +# Convenience name for target. +main: src/CMakeFiles/main.dir/rule + +.PHONY : main + +# fast build rule for target. +main/fast: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f src\CMakeFiles\main.dir\build.make src/CMakeFiles/main.dir/build +.PHONY : main/fast + +func.obj: func.c.obj + +.PHONY : func.obj + +# target to build an object file +func.c.obj: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f src\CMakeFiles\main.dir\build.make src/CMakeFiles/main.dir/func.c.obj +.PHONY : func.c.obj + +func.i: func.c.i + +.PHONY : func.i + +# target to preprocess a source file +func.c.i: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f src\CMakeFiles\main.dir\build.make src/CMakeFiles/main.dir/func.c.i +.PHONY : func.c.i + +func.s: func.c.s + +.PHONY : func.s + +# target to generate assembly for a file +func.c.s: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f src\CMakeFiles\main.dir\build.make src/CMakeFiles/main.dir/func.c.s +.PHONY : func.c.s + +func1.obj: func1.c.obj + +.PHONY : func1.obj + +# target to build an object file +func1.c.obj: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f src\CMakeFiles\main.dir\build.make src/CMakeFiles/main.dir/func1.c.obj +.PHONY : func1.c.obj + +func1.i: func1.c.i + +.PHONY : func1.i + +# target to preprocess a source file +func1.c.i: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f src\CMakeFiles\main.dir\build.make src/CMakeFiles/main.dir/func1.c.i +.PHONY : func1.c.i + +func1.s: func1.c.s + +.PHONY : func1.s + +# target to generate assembly for a file +func1.c.s: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f src\CMakeFiles\main.dir\build.make src/CMakeFiles/main.dir/func1.c.s +.PHONY : func1.c.s + +main.obj: main.c.obj + +.PHONY : main.obj + +# target to build an object file +main.c.obj: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f src\CMakeFiles\main.dir\build.make src/CMakeFiles/main.dir/main.c.obj +.PHONY : main.c.obj + +main.i: main.c.i + +.PHONY : main.i + +# target to preprocess a source file +main.c.i: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f src\CMakeFiles\main.dir\build.make src/CMakeFiles/main.dir/main.c.i +.PHONY : main.c.i + +main.s: main.c.s + +.PHONY : main.s + +# target to generate assembly for a file +main.c.s: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(MAKE) $(MAKESILENT) -f src\CMakeFiles\main.dir\build.make src/CMakeFiles/main.dir/main.c.s +.PHONY : main.c.s + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... main + @echo ... func.obj + @echo ... func.i + @echo ... func.s + @echo ... func1.obj + @echo ... func1.i + @echo ... func1.s + @echo ... main.obj + @echo ... main.i + @echo ... main.s +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /d C:\Users\TAN~1.MIN\Desktop\CMAKE_~1\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/cmake_user/build/src/cmake_install.cmake b/cmake_user/build/src/cmake_install.cmake new file mode 100644 index 0000000..c277ff0 --- /dev/null +++ b/cmake_user/build/src/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/tan.minhang/Desktop/cmake _a/src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/main") +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 "Debug") + 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 "D:/Program Files (x86)/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objdump.exe") +endif() + diff --git a/cmake_user/inc/func.h b/cmake_user/inc/func.h new file mode 100644 index 0000000..cd80d19 --- /dev/null +++ b/cmake_user/inc/func.h @@ -0,0 +1,15 @@ +#ifndef FUNC_H +#define FUNC_H + +#ifdef __cplusplus +extern "C" +{ +#endif + + extern void func(int data); + +#ifdef __cplusplus +} +#endif + +#endif \ No newline at end of file diff --git a/cmake_user/inc/func1.h b/cmake_user/inc/func1.h new file mode 100644 index 0000000..3edab38 --- /dev/null +++ b/cmake_user/inc/func1.h @@ -0,0 +1,15 @@ +#ifndef FUNC1_H +#define FUNC1_H + +#ifdef __cplusplus +extern "C" +{ +#endif + + extern void func1(int data); + +#ifdef __cplusplus +} +#endif + +#endif \ No newline at end of file diff --git a/cmake_user/src/CMakeLists.txt b/cmake_user/src/CMakeLists.txt new file mode 100644 index 0000000..b3530ed --- /dev/null +++ b/cmake_user/src/CMakeLists.txt @@ -0,0 +1,15 @@ + + +include_directories(../inc) + +aux_source_directory(./ SRC_LIST) + +# message("SRC_LIST" ${SRC_LIST}) + +add_executable(main ${SRC_LIST}) + +set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin) + + + + diff --git a/cmake_user/src/func.c b/cmake_user/src/func.c new file mode 100644 index 0000000..9888e3e --- /dev/null +++ b/cmake_user/src/func.c @@ -0,0 +1,7 @@ +#include "func.h" +#include + +void func(int data) +{ + printf("the data is %d\n", data); +} \ No newline at end of file diff --git a/cmake_user/src/func1.c b/cmake_user/src/func1.c new file mode 100644 index 0000000..e9f1bb5 --- /dev/null +++ b/cmake_user/src/func1.c @@ -0,0 +1,7 @@ +#include "func1.h" +#include + +void func1(int data) +{ + printf("the data is %d\n", data); +} \ No newline at end of file diff --git a/cmake_user/src/main.c b/cmake_user/src/main.c new file mode 100644 index 0000000..7326da1 --- /dev/null +++ b/cmake_user/src/main.c @@ -0,0 +1,13 @@ +#include "func.h" +#include "func1.h" +#include + +int main(int argc, char *argv[]) +{ + printf("Hello, world!\n"); + + func(100); + func1(1100); + + return 0; +}