This commit is contained in:
2026-03-07 22:55:09 +03:00
parent a84472d3c9
commit 7d762e84c3
2 changed files with 54 additions and 27 deletions
+4
View File
@@ -48,6 +48,10 @@ else()
add_executable(SortLab ${SORTLAB_SOURCES})
endif()
if(WIN32 AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
target_link_options(SortLab PRIVATE "-static-libgcc" "-static-libstdc++" "-static" "-lpthread")
endif()
if(MSVC)
target_compile_options(SortLab PRIVATE /utf-8)
endif()