是否可以将cmake构建文件(CMakeLists.txt)放在CLion的根目录中?
我目前正在开发项目,其中cmake构建文件不在CLion项目的根目录中(在out / Debug目录中).我希望CLion打开这个项目的根目录,并使用out / Debug中的cmake.
有可能吗?
例:
|- main.cpp |- classs.cpp |- class.h |- build1 |- CMakeLists.txt |- build2 |- CMakeLists.txt
此外,当两个项目想要具有单独的make文件和公共源时,它是可能的.
解决方法
只是为了澄清,CLION有解决方案.
请执行以下操作:
use 'Welcome Screen | Open Project',point to CMakeLists.txt use 'Tools | CMake | Change Project Root',and point to the actual project's root.