Bipul Mohanto
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
创建于 Which C++ compiler I am using?
已回答Hi! I am using CLion on Ubuntu 22.04 LTS. I googled to find out which C++ compiler is being used as default in CLion. I know, my machine has installed GCC compiler, so is CLion by default using thi... -
已编辑于 What is the equivalent of $(ProjectDir) and $(TargetDir) in CLion and how to change?
已回答Hi! I need to set my working directory points to the folder with the executable because files are searched relative to that. In Visual Studio that is the same as $(TargetDir). The default is $(Proj... -
已编辑于 ninja: build stopped: subcommand failed.
已完成Hi, I cloned a public github repository that contains 10 individual projects (C++ and CMake project). each of these projects working fine. But I want to create my own project under the same configu...