Tjwood
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
-
-
Tjwood 创建了一个帖子, Just use the CMakeLists.txt settings and nothing else! [Solved with workaround]
I'm working on a codebase (C++/CUDA) which comes with a working CMakeLists.txt config for my system, (RHEL). Outside CLion simply: mkdir build; cd build; cmake..; make everything just works. When ...