Managing modules (C++2a)
已回答
Hello!
I've just discovered C++ Modules, and I wonder if it is possible to manage this C++2a feature in Clion. Is-it possible? How to configure my project? How to write the CMakeLists file?
Any idea?
请先登录再写评论。
Hi Cantact,
I believe at least you need a compiler supported c++20 standard. Also you need specify standard in CMakeList.txt by adding.