无法使用 cmake-converter 将 vcxproj 转换为 cmake

无法使用 cmake-converter 将 vcxproj 转换为 cmake

我正在cmake-converter使用链接将.vcxproj文件转换为 cmake,以便能够将其与 Clion 一起使用。我在 vcxproj 文件所在的文件夹中,运行以下命令:

cmake-converter -p in_lab.vcxproj

我的终端出现以下错误:

usage: cmake-converter -s <path/to/file.sln> [ -h | -p | -d | -v | -w | -j | -a ]
cmake-converter: error: the following arguments are required: -s/--solution

我之前尝试过这些参数,但它们引发了索引错误。我应该如何将我的文件转换为 cmake?

相关内容