重构协程前

This commit is contained in:
2026-06-25 08:42:46 +08:00
parent 73cdd475bb
commit a8f79046be
5 changed files with 10 additions and 22 deletions
+3 -3
View File
@@ -4,9 +4,9 @@
#set(CMAKE_CXX_COMPILER "${dir}/cl.exe")
#set(CMAKE_C_COMPILER "${dir}/cl.exe")
get_filename_component(_compiler_dir "${CMAKE_CXX_COMPILER}" DIRECTORY)
set(CMAKE_LINKER "${_compiler_dir}/link.bat")
#get_filename_component(_compiler_dir "${CMAKE_CXX_COMPILER}" DIRECTORY)
#
#set(CMAKE_LINKER "${_compiler_dir}/link.bat")
#if(CMAKE_HOST_WIN32 AND CMAKE_GENERATOR MATCHES "Ninja")