Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个已经在使用 CMake 的大型项目。在 CLion 中导入时,它会询问是否覆盖 CMakeLists.txt。我们不想惹恼不使用相同 IDE 的人,因此我们选择“打开项目”。它对 Clion 中可用的功能有影响吗?
不,它没有影响。
实际上,如果您要在 CLion 中“导入”您的项目,覆盖CMakeLists.txt几乎没有用,因为它只包含所有源文件和一个可执行文件的列表,因为您可以轻松地验证自己。
CMakeLists.txt
“导入”是 CLion 的一项功能,仅用于在项目尚未使用 cmake 时开始使用;另一方面,如果 aCMakeLists.txt已经存在,只需“打开”该项目。