<feat: New project structure>

<feat: New release>
This commit is contained in:
Alessandro Autiero
2023-09-02 15:34:15 +02:00
parent 64b33102f4
commit b41e22adeb
953 changed files with 1373072 additions and 0 deletions

View File

@@ -0,0 +1,89 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
"RC"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/flutter/generated_plugin_registrant.cc" "C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/runner/CMakeFiles/reboot_launcher.dir/__/flutter/generated_plugin_registrant.cc.obj"
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/runner/flutter_window.cpp" "C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/runner/CMakeFiles/reboot_launcher.dir/flutter_window.cpp.obj"
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/runner/main.cpp" "C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/runner/CMakeFiles/reboot_launcher.dir/main.cpp.obj"
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/runner/utils.cpp" "C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/runner/CMakeFiles/reboot_launcher.dir/utils.cpp.obj"
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/runner/win32_window.cpp" "C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/runner/CMakeFiles/reboot_launcher.dir/win32_window.cpp.obj"
)
set(CMAKE_CXX_COMPILER_ID "MSVC")
# Preprocessor definitions for this target.
set(CMAKE_TARGET_DEFINITIONS_CXX
"FLUTTER_VERSION=\"8.1.0\""
"FLUTTER_VERSION_BUILD=0"
"FLUTTER_VERSION_MAJOR=8"
"FLUTTER_VERSION_MINOR=1"
"FLUTTER_VERSION_PATCH=0"
"NOMINMAX"
"UNICODE"
"_DEBUG"
"_HAS_EXCEPTIONS=0"
"_UNICODE"
)
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"../"
"../flutter/ephemeral"
"../flutter/ephemeral/cpp_client_wrapper/include"
"../flutter/ephemeral/.plugin_symlinks/app_links/windows/include"
"../flutter/ephemeral/.plugin_symlinks/bitsdojo_window_windows/windows/include"
"../flutter/ephemeral/.plugin_symlinks/flutter_acrylic/windows/include"
"../flutter/ephemeral/.plugin_symlinks/screen_retriever/windows/include"
"../flutter/ephemeral/.plugin_symlinks/system_theme/windows/include"
"../flutter/ephemeral/.plugin_symlinks/url_launcher_windows/windows/include"
"../flutter/ephemeral/.plugin_symlinks/window_manager/windows/include"
)
set(CMAKE_DEPENDS_CHECK_RC
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/runner/Runner.rc" "C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/runner/CMakeFiles/reboot_launcher.dir/Runner.rc.res"
)
# Preprocessor definitions for this target.
set(CMAKE_TARGET_DEFINITIONS_RC
"FLUTTER_VERSION=\"8.1.0\""
"FLUTTER_VERSION_BUILD=0"
"FLUTTER_VERSION_MAJOR=8"
"FLUTTER_VERSION_MINOR=1"
"FLUTTER_VERSION_PATCH=0"
"NOMINMAX"
"UNICODE"
"_DEBUG"
"_HAS_EXCEPTIONS=0"
"_UNICODE"
)
# The include file search paths:
set(CMAKE_RC_TARGET_INCLUDE_PATH
"../"
"../flutter/ephemeral"
"../flutter/ephemeral/cpp_client_wrapper/include"
"../flutter/ephemeral/.plugin_symlinks/app_links/windows/include"
"../flutter/ephemeral/.plugin_symlinks/bitsdojo_window_windows/windows/include"
"../flutter/ephemeral/.plugin_symlinks/flutter_acrylic/windows/include"
"../flutter/ephemeral/.plugin_symlinks/screen_retriever/windows/include"
"../flutter/ephemeral/.plugin_symlinks/system_theme/windows/include"
"../flutter/ephemeral/.plugin_symlinks/url_launcher_windows/windows/include"
"../flutter/ephemeral/.plugin_symlinks/window_manager/windows/include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/flutter/CMakeFiles/flutter_wrapper_app.dir/DependInfo.cmake"
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/plugins/app_links/CMakeFiles/app_links_plugin.dir/DependInfo.cmake"
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/plugins/bitsdojo_window_windows/CMakeFiles/bitsdojo_window_windows_plugin.dir/DependInfo.cmake"
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/plugins/flutter_acrylic/CMakeFiles/flutter_acrylic_plugin.dir/DependInfo.cmake"
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/plugins/screen_retriever/CMakeFiles/screen_retriever_plugin.dir/DependInfo.cmake"
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/plugins/system_theme/CMakeFiles/system_theme_plugin.dir/DependInfo.cmake"
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/plugins/url_launcher_windows/CMakeFiles/url_launcher_windows_plugin.dir/DependInfo.cmake"
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/plugins/window_manager/CMakeFiles/window_manager_plugin.dir/DependInfo.cmake"
"C:/Users/alaut/AndroidStudioProjects/reboot_launcher/windows/cmake-build-debug/flutter/CMakeFiles/flutter_wrapper_plugin.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -0,0 +1,248 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "NMake Makefiles" Generator, CMake Version 3.17
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
.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.
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
SHELL = cmd.exe
# The CMake executable.
CMAKE_COMMAND = "C:\Program Files\JetBrains\CLion 2020.2.4\bin\cmake\win\bin\cmake.exe"
# The command to remove a file.
RM = "C:\Program Files\JetBrains\CLion 2020.2.4\bin\cmake\win\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\alaut\AndroidStudioProjects\reboot_launcher\windows
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
# Include any dependencies generated for this target.
include runner\CMakeFiles\reboot_launcher.dir\depend.make
# Include the progress variables for this target.
include runner\CMakeFiles\reboot_launcher.dir\progress.make
# Include the compile flags for this target's objects.
include runner\CMakeFiles\reboot_launcher.dir\flags.make
runner\CMakeFiles\reboot_launcher.dir\flutter_window.cpp.obj: runner\CMakeFiles\reboot_launcher.dir\flags.make
runner\CMakeFiles\reboot_launcher.dir\flutter_window.cpp.obj: ..\runner\flutter_window.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object runner/CMakeFiles/reboot_launcher.dir/flutter_window.cpp.obj"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoCMakeFiles\reboot_launcher.dir\flutter_window.cpp.obj /FdCMakeFiles\reboot_launcher.dir\ /FS -c C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\runner\flutter_window.cpp
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\flutter_window.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/reboot_launcher.dir/flutter_window.cpp.i"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe > CMakeFiles\reboot_launcher.dir\flutter_window.cpp.i @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\runner\flutter_window.cpp
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\flutter_window.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/reboot_launcher.dir/flutter_window.cpp.s"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoNUL /FAs /FaCMakeFiles\reboot_launcher.dir\flutter_window.cpp.s /c C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\runner\flutter_window.cpp
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\main.cpp.obj: runner\CMakeFiles\reboot_launcher.dir\flags.make
runner\CMakeFiles\reboot_launcher.dir\main.cpp.obj: ..\runner\main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object runner/CMakeFiles/reboot_launcher.dir/main.cpp.obj"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoCMakeFiles\reboot_launcher.dir\main.cpp.obj /FdCMakeFiles\reboot_launcher.dir\ /FS -c C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\runner\main.cpp
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/reboot_launcher.dir/main.cpp.i"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe > CMakeFiles\reboot_launcher.dir\main.cpp.i @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\runner\main.cpp
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/reboot_launcher.dir/main.cpp.s"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoNUL /FAs /FaCMakeFiles\reboot_launcher.dir\main.cpp.s /c C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\runner\main.cpp
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\utils.cpp.obj: runner\CMakeFiles\reboot_launcher.dir\flags.make
runner\CMakeFiles\reboot_launcher.dir\utils.cpp.obj: ..\runner\utils.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object runner/CMakeFiles/reboot_launcher.dir/utils.cpp.obj"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoCMakeFiles\reboot_launcher.dir\utils.cpp.obj /FdCMakeFiles\reboot_launcher.dir\ /FS -c C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\runner\utils.cpp
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\utils.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/reboot_launcher.dir/utils.cpp.i"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe > CMakeFiles\reboot_launcher.dir\utils.cpp.i @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\runner\utils.cpp
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\utils.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/reboot_launcher.dir/utils.cpp.s"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoNUL /FAs /FaCMakeFiles\reboot_launcher.dir\utils.cpp.s /c C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\runner\utils.cpp
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\win32_window.cpp.obj: runner\CMakeFiles\reboot_launcher.dir\flags.make
runner\CMakeFiles\reboot_launcher.dir\win32_window.cpp.obj: ..\runner\win32_window.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object runner/CMakeFiles/reboot_launcher.dir/win32_window.cpp.obj"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoCMakeFiles\reboot_launcher.dir\win32_window.cpp.obj /FdCMakeFiles\reboot_launcher.dir\ /FS -c C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\runner\win32_window.cpp
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\win32_window.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/reboot_launcher.dir/win32_window.cpp.i"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe > CMakeFiles\reboot_launcher.dir\win32_window.cpp.i @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\runner\win32_window.cpp
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\win32_window.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/reboot_launcher.dir/win32_window.cpp.s"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoNUL /FAs /FaCMakeFiles\reboot_launcher.dir\win32_window.cpp.s /c C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\runner\win32_window.cpp
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\__\flutter\generated_plugin_registrant.cc.obj: runner\CMakeFiles\reboot_launcher.dir\flags.make
runner\CMakeFiles\reboot_launcher.dir\__\flutter\generated_plugin_registrant.cc.obj: ..\flutter\generated_plugin_registrant.cc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object runner/CMakeFiles/reboot_launcher.dir/__/flutter/generated_plugin_registrant.cc.obj"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoCMakeFiles\reboot_launcher.dir\__\flutter\generated_plugin_registrant.cc.obj /FdCMakeFiles\reboot_launcher.dir\ /FS -c C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\generated_plugin_registrant.cc
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\__\flutter\generated_plugin_registrant.cc.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/reboot_launcher.dir/__/flutter/generated_plugin_registrant.cc.i"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe > CMakeFiles\reboot_launcher.dir\__\flutter\generated_plugin_registrant.cc.i @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\generated_plugin_registrant.cc
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\__\flutter\generated_plugin_registrant.cc.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/reboot_launcher.dir/__/flutter/generated_plugin_registrant.cc.s"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\cl.exe @<<
/nologo /TP $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) /FoNUL /FAs /FaCMakeFiles\reboot_launcher.dir\__\flutter\generated_plugin_registrant.cc.s /c C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\generated_plugin_registrant.cc
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
runner\CMakeFiles\reboot_launcher.dir\Runner.rc.res: runner\CMakeFiles\reboot_launcher.dir\flags.make
runner\CMakeFiles\reboot_launcher.dir\Runner.rc.res: ..\runner\Runner.rc
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building RC object runner/CMakeFiles/reboot_launcher.dir/Runner.rc.res"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x86\rc.exe $(RC_DEFINES) $(RC_INCLUDES) $(RC_FLAGS) /fo CMakeFiles\reboot_launcher.dir\Runner.rc.res C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\runner\Runner.rc
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
# Object files for target reboot_launcher
reboot_launcher_OBJECTS = \
"CMakeFiles\reboot_launcher.dir\flutter_window.cpp.obj" \
"CMakeFiles\reboot_launcher.dir\main.cpp.obj" \
"CMakeFiles\reboot_launcher.dir\utils.cpp.obj" \
"CMakeFiles\reboot_launcher.dir\win32_window.cpp.obj" \
"CMakeFiles\reboot_launcher.dir\__\flutter\generated_plugin_registrant.cc.obj" \
"CMakeFiles\reboot_launcher.dir\Runner.rc.res"
# External object files for target reboot_launcher
reboot_launcher_EXTERNAL_OBJECTS =
runner\reboot_launcher.exe: runner\CMakeFiles\reboot_launcher.dir\flutter_window.cpp.obj
runner\reboot_launcher.exe: runner\CMakeFiles\reboot_launcher.dir\main.cpp.obj
runner\reboot_launcher.exe: runner\CMakeFiles\reboot_launcher.dir\utils.cpp.obj
runner\reboot_launcher.exe: runner\CMakeFiles\reboot_launcher.dir\win32_window.cpp.obj
runner\reboot_launcher.exe: runner\CMakeFiles\reboot_launcher.dir\__\flutter\generated_plugin_registrant.cc.obj
runner\reboot_launcher.exe: runner\CMakeFiles\reboot_launcher.dir\Runner.rc.res
runner\reboot_launcher.exe: runner\CMakeFiles\reboot_launcher.dir\build.make
runner\reboot_launcher.exe: flutter\flutter_wrapper_app.lib
runner\reboot_launcher.exe: plugins\app_links\app_links_plugin.lib
runner\reboot_launcher.exe: plugins\bitsdojo_window_windows\bitsdojo_window_windows_plugin.lib
runner\reboot_launcher.exe: plugins\flutter_acrylic\flutter_acrylic_plugin.lib
runner\reboot_launcher.exe: plugins\screen_retriever\screen_retriever_plugin.lib
runner\reboot_launcher.exe: plugins\system_theme\system_theme_plugin.lib
runner\reboot_launcher.exe: plugins\url_launcher_windows\url_launcher_windows_plugin.lib
runner\reboot_launcher.exe: plugins\window_manager\window_manager_plugin.lib
runner\reboot_launcher.exe: flutter\flutter_wrapper_plugin.lib
runner\reboot_launcher.exe: ..\flutter\ephemeral\flutter_windows.dll.lib
runner\reboot_launcher.exe: ..\runner\runner.exe.manifest
runner\reboot_launcher.exe: runner\CMakeFiles\reboot_launcher.dir\objects1.rsp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Linking CXX executable reboot_launcher.exe"
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
"C:\Program Files\JetBrains\CLion 2020.2.4\bin\cmake\win\bin\cmake.exe" -E vs_link_exe --intdir=CMakeFiles\reboot_launcher.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x86\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x86\mt.exe --manifests ..\..\runner\runner.exe.manifest -- C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx86\x86\link.exe /nologo @CMakeFiles\reboot_launcher.dir\objects1.rsp @<<
/out:reboot_launcher.exe /implib:reboot_launcher.lib /pdb:C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner\reboot_launcher.pdb /version:0.0 /machine:X86 /debug /INCREMENTAL /subsystem:windows ..\flutter\flutter_wrapper_app.lib ..\plugins\app_links\app_links_plugin.lib ..\plugins\bitsdojo_window_windows\bitsdojo_window_windows_plugin.lib ..\plugins\flutter_acrylic\flutter_acrylic_plugin.lib ..\plugins\screen_retriever\screen_retriever_plugin.lib ..\plugins\system_theme\system_theme_plugin.lib ..\plugins\url_launcher_windows\url_launcher_windows_plugin.lib ..\plugins\window_manager\window_manager_plugin.lib ..\flutter\flutter_wrapper_plugin.lib ..\..\flutter\ephemeral\flutter_windows.dll.lib Dwmapi.lib Comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib
<<
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
# Rule to build all files generated by this target.
runner\CMakeFiles\reboot_launcher.dir\build: runner\reboot_launcher.exe
.PHONY : runner\CMakeFiles\reboot_launcher.dir\build
runner\CMakeFiles\reboot_launcher.dir\clean:
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner
$(CMAKE_COMMAND) -P CMakeFiles\reboot_launcher.dir\cmake_clean.cmake
cd C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug
.PHONY : runner\CMakeFiles\reboot_launcher.dir\clean
runner\CMakeFiles\reboot_launcher.dir\depend:
$(CMAKE_COMMAND) -E cmake_depends "NMake Makefiles" C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\runner C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\cmake-build-debug\runner\CMakeFiles\reboot_launcher.dir\DependInfo.cmake --color=$(COLOR)
.PHONY : runner\CMakeFiles\reboot_launcher.dir\depend

View File

@@ -0,0 +1,17 @@
file(REMOVE_RECURSE
"CMakeFiles/reboot_launcher.dir/Runner.rc.res"
"CMakeFiles/reboot_launcher.dir/__/flutter/generated_plugin_registrant.cc.obj"
"CMakeFiles/reboot_launcher.dir/flutter_window.cpp.obj"
"CMakeFiles/reboot_launcher.dir/main.cpp.obj"
"CMakeFiles/reboot_launcher.dir/utils.cpp.obj"
"CMakeFiles/reboot_launcher.dir/win32_window.cpp.obj"
"reboot_launcher.exe"
"reboot_launcher.exe.manifest"
"reboot_launcher.lib"
"reboot_launcher.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX RC)
include(CMakeFiles/reboot_launcher.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,2 @@
# Empty dependencies file for reboot_launcher.
# This may be replaced when dependencies are built.

View File

@@ -0,0 +1,17 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "NMake Makefiles" Generator, CMake Version 3.17
# compile CXX with C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.33.31629/bin/Hostx86/x86/cl.exe
# compile RC with C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/rc.exe
CXX_FLAGS = /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 /W4 /WX /EHsc -std:c++17
CXX_DEFINES = -DFLUTTER_VERSION=\"8.1.0\" -DFLUTTER_VERSION_BUILD=0 -DFLUTTER_VERSION_MAJOR=8 -DFLUTTER_VERSION_MINOR=1 -DFLUTTER_VERSION_PATCH=0 -DNOMINMAX -DUNICODE -D_DEBUG -D_HAS_EXCEPTIONS=0 -D_UNICODE
CXX_INCLUDES = -IC:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows -IC:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral -IC:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\cpp_client_wrapper\include -IC:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\.plugin_symlinks\app_links\windows\include -IC:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\.plugin_symlinks\bitsdojo_window_windows\windows\include -IC:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\.plugin_symlinks\flutter_acrylic\windows\include -IC:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\.plugin_symlinks\screen_retriever\windows\include -IC:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\.plugin_symlinks\system_theme\windows\include -IC:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\.plugin_symlinks\url_launcher_windows\windows\include -IC:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\include
RC_FLAGS = -DWIN32 -D_DEBUG
RC_DEFINES = -DFLUTTER_VERSION=\"8.1.0\" -DFLUTTER_VERSION_BUILD=0 -DFLUTTER_VERSION_MAJOR=8 -DFLUTTER_VERSION_MINOR=1 -DFLUTTER_VERSION_PATCH=0 -DNOMINMAX -DUNICODE -D_DEBUG -D_HAS_EXCEPTIONS=0 -D_UNICODE
RC_INCLUDES = -I C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows -I C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral -I C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\cpp_client_wrapper\include -I C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\.plugin_symlinks\app_links\windows\include -I C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\.plugin_symlinks\bitsdojo_window_windows\windows\include -I C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\.plugin_symlinks\flutter_acrylic\windows\include -I C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\.plugin_symlinks\screen_retriever\windows\include -I C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\.plugin_symlinks\system_theme\windows\include -I C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\.plugin_symlinks\url_launcher_windows\windows\include -I C:\Users\alaut\AndroidStudioProjects\reboot_launcher\windows\flutter\ephemeral\.plugin_symlinks\window_manager\windows\include

View File

@@ -0,0 +1 @@
CMakeFiles/reboot_launcher.dir/flutter_window.cpp.obj CMakeFiles/reboot_launcher.dir/main.cpp.obj CMakeFiles/reboot_launcher.dir/utils.cpp.obj CMakeFiles/reboot_launcher.dir/win32_window.cpp.obj CMakeFiles/reboot_launcher.dir/__/flutter/generated_plugin_registrant.cc.obj CMakeFiles/reboot_launcher.dir/Runner.rc.res

View File

@@ -0,0 +1,8 @@
CMAKE_PROGRESS_1 = 22
CMAKE_PROGRESS_2 = 23
CMAKE_PROGRESS_3 = 24
CMAKE_PROGRESS_4 = 25
CMAKE_PROGRESS_5 = 26
CMAKE_PROGRESS_6 = 27
CMAKE_PROGRESS_7 = 28