This commit is contained in:
2022-01-13 19:51:16 +08:00
parent b064cb7f5c
commit fc9a3faa56
6 changed files with 244 additions and 0 deletions

View File

@@ -80,3 +80,6 @@ if (Iconv_FOUND)
target_link_libraries(utils Iconv::Iconv)
endif()
endif()
if (NOT MSVC)
target_link_libraries(utils m)
endif()