This commit is contained in:
wu58430 2023-12-04 16:30:33 +08:00
parent 95333015ef
commit 3db141428c
24 changed files with 930 additions and 1 deletions

View file

@ -552,7 +552,7 @@ void MDC1200_process_rx(const uint16_t interrupt_bits)
} }
UART_Send((uint8_t *)&a,1); UART_Send((uint8_t *)&a,1);;
} }

View file

@ -0,0 +1,282 @@
# This is the CMakeCache file.
# For build in directory: c:/Users/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a
# It was generated by CMake: C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/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
########################
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=
//Enable colored diagnostics throughout.
CMAKE_COLOR_DIAGNOSTICS:BOOL=ON
//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=
//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=
//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a/CMakeFiles/pkgRedirects
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/CMAKE_TRY_COMPILE
//make program
CMAKE_MAKE_PROGRAM:FILEPATH=C:/Qt/Qt5.13.1/Tools/mingw730_64/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=
//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_TRY_COMPILE
//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=
//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=
//Value Computed by CMake
CMAKE_TRY_COMPILE_BINARY_DIR:STATIC=C:/Users/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a
//Value Computed by CMake
CMAKE_TRY_COMPILE_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake
CMAKE_TRY_COMPILE_SOURCE_DIR:STATIC=C:/Users/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a
//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
//No help, variable specified on the command line.
EXE_LINKER_FLAGS:UNINITIALIZED=-v
########################
# INTERNAL cache entries
########################
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a
//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=25
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/bin/cmake.exe
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/bin/cpack.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/bin/ctest.exe
//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_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/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a
//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
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES: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
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25
//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
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//linker supports push/pop state
_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE

View file

@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.25
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "C:/Users/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "C:/Users/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a")
# 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})

View file

@ -0,0 +1,107 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.25
# 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
# Produce verbose output by default.
VERBOSE = 1
# 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 = "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe"
# The command to remove a file.
RM = "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\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\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a
#=============================================================================
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/cmTC_dcfdd.dir/all
.PHONY : all
# The main recursive "preinstall" target.
preinstall:
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/cmTC_dcfdd.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target CMakeFiles/cmTC_dcfdd.dir
# All Build rule for target.
CMakeFiles/cmTC_dcfdd.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles\cmTC_dcfdd.dir\build.make CMakeFiles/cmTC_dcfdd.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles\cmTC_dcfdd.dir\build.make CMakeFiles/cmTC_dcfdd.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a\CMakeFiles --progress-num=1,2 "Built target cmTC_dcfdd"
.PHONY : CMakeFiles/cmTC_dcfdd.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/cmTC_dcfdd.dir/rule:
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a\CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 CMakeFiles/cmTC_dcfdd.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a\CMakeFiles 0
.PHONY : CMakeFiles/cmTC_dcfdd.dir/rule
# Convenience name for target.
cmTC_dcfdd: CMakeFiles/cmTC_dcfdd.dir/rule
.PHONY : cmTC_dcfdd
# clean rule for target.
CMakeFiles/cmTC_dcfdd.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles\cmTC_dcfdd.dir\build.make CMakeFiles/cmTC_dcfdd.dir/clean
.PHONY : CMakeFiles/cmTC_dcfdd.dir/clean
#=============================================================================
# Special targets to cleanup operation of make.

View file

@ -0,0 +1,3 @@
C:/Users/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a/CMakeFiles/cmTC_dcfdd.dir
C:/Users/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a/CMakeFiles/edit_cache.dir
C:/Users/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a/CMakeFiles/rebuild_cache.dir

View file

@ -0,0 +1,28 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp" "C:/Users/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a/CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.obj"
)
set(CMAKE_CXX_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View file

@ -0,0 +1,112 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.25
# 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
# Produce verbose output by default.
VERBOSE = 1
# 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 = "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe"
# The command to remove a file.
RM = "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\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\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a
# Include any dependencies generated for this target.
include CMakeFiles/cmTC_dcfdd.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include CMakeFiles/cmTC_dcfdd.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/cmTC_dcfdd.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/cmTC_dcfdd.dir/flags.make
CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.obj: CMakeFiles/cmTC_dcfdd.dir/flags.make
CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.obj: C:/Program\ Files/JetBrains/CLion\ 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.obj"
C:\Qt\Qt5.13.1\Tools\mingw730_64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles\cmTC_dcfdd.dir\CMakeCXXCompilerABI.cpp.obj -c "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\share\cmake-3.25\Modules\CMakeCXXCompilerABI.cpp"
CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.i: cmake_force
@echo Preprocessing CXX source to CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.i
C:\Qt\Qt5.13.1\Tools\mingw730_64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\share\cmake-3.25\Modules\CMakeCXXCompilerABI.cpp" > CMakeFiles\cmTC_dcfdd.dir\CMakeCXXCompilerABI.cpp.i
CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.s: cmake_force
@echo Compiling CXX source to assembly CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.s
C:\Qt\Qt5.13.1\Tools\mingw730_64\bin\g++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\share\cmake-3.25\Modules\CMakeCXXCompilerABI.cpp" -o CMakeFiles\cmTC_dcfdd.dir\CMakeCXXCompilerABI.cpp.s
# Object files for target cmTC_dcfdd
cmTC_dcfdd_OBJECTS = \
"CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.obj"
# External object files for target cmTC_dcfdd
cmTC_dcfdd_EXTERNAL_OBJECTS =
cmTC_dcfdd.exe: CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.obj
cmTC_dcfdd.exe: CMakeFiles/cmTC_dcfdd.dir/build.make
cmTC_dcfdd.exe: CMakeFiles/cmTC_dcfdd.dir/objects1
cmTC_dcfdd.exe: CMakeFiles/cmTC_dcfdd.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable cmTC_dcfdd.exe"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\cmTC_dcfdd.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/cmTC_dcfdd.dir/build: cmTC_dcfdd.exe
.PHONY : CMakeFiles/cmTC_dcfdd.dir/build
CMakeFiles/cmTC_dcfdd.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles\cmTC_dcfdd.dir\cmake_clean.cmake
.PHONY : CMakeFiles/cmTC_dcfdd.dir/clean
CMakeFiles/cmTC_dcfdd.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a\CMakeFiles\cmTC_dcfdd.dir\DependInfo.cmake
.PHONY : CMakeFiles/cmTC_dcfdd.dir/depend

View file

@ -0,0 +1,12 @@
file(REMOVE_RECURSE
"CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.obj"
"cmTC_dcfdd.exe"
"cmTC_dcfdd.exe.manifest"
"cmTC_dcfdd.pdb"
"libcmTC_dcfdd.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/cmTC_dcfdd.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View file

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

View file

@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for cmTC_dcfdd.

View file

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

View file

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.25
# compile CXX with C:/Qt/Qt5.13.1/Tools/mingw730_64/bin/g++.exe
CXX_DEFINES =
CXX_INCLUDES =
CXX_FLAGS = -fdiagnostics-color=always -v

View file

@ -0,0 +1,3 @@
"C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -E rm -f CMakeFiles\cmTC_dcfdd.dir/objects.a
C:\Qt\Qt5.13.1\Tools\mingw730_64\bin\ar.exe qc CMakeFiles\cmTC_dcfdd.dir/objects.a @CMakeFiles\cmTC_dcfdd.dir\objects1
C:\Qt\Qt5.13.1\Tools\mingw730_64\bin\g++.exe -v -Wl,--whole-archive CMakeFiles\cmTC_dcfdd.dir/objects.a -Wl,--no-whole-archive -o cmTC_dcfdd.exe -Wl,--out-implib,libcmTC_dcfdd.dll.a -Wl,--major-image-version,0,--minor-image-version,0

View file

@ -0,0 +1 @@
CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.obj

View file

@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2

View file

@ -0,0 +1 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file

View file

@ -0,0 +1,21 @@
cmake_minimum_required(VERSION 3.25.2.0)
project(CMAKE_TRY_COMPILE CXX)
set_property(DIRECTORY PROPERTY INCLUDE_DIRECTORIES "")
set(CMAKE_VERBOSE_MAKEFILE 1)
set(CMAKE_CXX_FLAGS "")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${COMPILE_DEFINITIONS}")
set(CMAKE_CXX_FLAGS_DEBUG "-g")
set(CMAKE_EXE_LINKER_FLAGS "")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${EXE_LINKER_FLAGS}")
include_directories(${INCLUDE_DIRECTORIES})
set(CMAKE_SUPPRESS_REGENERATION 1)
link_directories(${LINK_DIRECTORIES})
add_definitions([==[-v]==])
cmake_policy(SET CMP0065 NEW)
cmake_policy(SET CMP0083 NEW)
include("${CMAKE_ROOT}/Modules/Internal/HeaderpadWorkaround.cmake")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "C:/Users/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a")
add_executable(cmTC_dcfdd "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp")
file(GENERATE OUTPUT "${CMAKE_BINARY_DIR}/cmTC_dcfdd_loc"
CONTENT $<TARGET_FILE:cmTC_dcfdd>)
target_link_libraries(cmTC_dcfdd ${LINK_LIBRARIES})

View file

@ -0,0 +1,170 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.25
# 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
# Produce verbose output by default.
VERBOSE = 1
# 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 = "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe"
# The command to remove a file.
RM = "C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\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\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@echo No interactive CMake dialog available...
"C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\bin\cmake.exe" -E echo "No interactive CMake dialog available."
.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:
@echo Running CMake to regenerate build system...
"C:\Program Files\JetBrains\CLion 2023.1.1\bin\cmake\win\x64\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_COMMAND) -E cmake_progress_start C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a\CMakeFiles C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a\\CMakeFiles\progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\RUPC\Desktop\UV-K6\test\uv-k5-firmware-chinese\cmake-build-debug\CMakeFiles\CMakeScratch\TryCompile-kqwa5a\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
#=============================================================================
# Target rules for targets named cmTC_dcfdd
# Build rule for target.
cmTC_dcfdd:
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 cmTC_dcfdd
.PHONY : cmTC_dcfdd
# fast build rule for target.
cmTC_dcfdd/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles\cmTC_dcfdd.dir\build.make CMakeFiles/cmTC_dcfdd.dir/build
.PHONY : cmTC_dcfdd/fast
CMakeCXXCompilerABI.obj: CMakeCXXCompilerABI.cpp.obj
.PHONY : CMakeCXXCompilerABI.obj
# target to build an object file
CMakeCXXCompilerABI.cpp.obj:
$(MAKE) $(MAKESILENT) -f CMakeFiles\cmTC_dcfdd.dir\build.make CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.obj
.PHONY : CMakeCXXCompilerABI.cpp.obj
CMakeCXXCompilerABI.i: CMakeCXXCompilerABI.cpp.i
.PHONY : CMakeCXXCompilerABI.i
# target to preprocess a source file
CMakeCXXCompilerABI.cpp.i:
$(MAKE) $(MAKESILENT) -f CMakeFiles\cmTC_dcfdd.dir\build.make CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.i
.PHONY : CMakeCXXCompilerABI.cpp.i
CMakeCXXCompilerABI.s: CMakeCXXCompilerABI.cpp.s
.PHONY : CMakeCXXCompilerABI.s
# target to generate assembly for a file
CMakeCXXCompilerABI.cpp.s:
$(MAKE) $(MAKESILENT) -f CMakeFiles\cmTC_dcfdd.dir\build.make CMakeFiles/cmTC_dcfdd.dir/CMakeCXXCompilerABI.cpp.s
.PHONY : CMakeCXXCompilerABI.cpp.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 ... edit_cache
@echo ... rebuild_cache
@echo ... cmTC_dcfdd
@echo ... CMakeCXXCompilerABI.obj
@echo ... CMakeCXXCompilerABI.i
@echo ... CMakeCXXCompilerABI.s
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.

View file

@ -0,0 +1 @@
C:/Users/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a/cmTC_dcfdd.exe

View file

@ -0,0 +1,44 @@
# Install script for directory: C:/Users/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/CMAKE_TRY_COMPILE")
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 "")
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()
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/RUPC/Desktop/UV-K6/test/uv-k5-firmware-chinese/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kqwa5a/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")

View file

@ -0,0 +1,108 @@
{
"cmake" :
{
"generator" :
{
"multiConfig" : false,
"name" : "MinGW Makefiles"
},
"paths" :
{
"cmake" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/bin/cmake.exe",
"cpack" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/bin/cpack.exe",
"ctest" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/bin/ctest.exe",
"root" : "C:/Program Files/JetBrains/CLion 2023.1.1/bin/cmake/win/x64/share/cmake-3.25"
},
"version" :
{
"isDirty" : false,
"major" : 3,
"minor" : 25,
"patch" : 2,
"string" : "3.25.2",
"suffix" : ""
}
},
"objects" :
[
{
"jsonFile" : "codemodel-v2-66228003665412cdcaa1.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 4
}
},
{
"jsonFile" : "cache-v2-df413000627ac4e14d09.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
},
{
"jsonFile" : "cmakeFiles-v1-27728e3c475d83152d3d.json",
"kind" : "cmakeFiles",
"version" :
{
"major" : 1,
"minor" : 0
}
},
{
"jsonFile" : "toolchains-v1-a74a31a1757014c51fb0.json",
"kind" : "toolchains",
"version" :
{
"major" : 1,
"minor" : 0
}
}
],
"reply" :
{
"cache-v2" :
{
"jsonFile" : "cache-v2-df413000627ac4e14d09.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
},
"cmakeFiles-v1" :
{
"jsonFile" : "cmakeFiles-v1-27728e3c475d83152d3d.json",
"kind" : "cmakeFiles",
"version" :
{
"major" : 1,
"minor" : 0
}
},
"codemodel-v2" :
{
"jsonFile" : "codemodel-v2-66228003665412cdcaa1.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 4
}
},
"toolchains-v1" :
{
"jsonFile" : "toolchains-v1-a74a31a1757014c51fb0.json",
"kind" : "toolchains",
"version" :
{
"major" : 1,
"minor" : 0
}
}
}
}

Binary file not shown.