主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Vyacheslav Karpukhin
活动总数
263
最后的活动
2019年12月18日 12:40
成员加入日期
2013年10月14日 08:12
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
110
活动概览
文章(0)
帖子(0)
评论(153)
按最近的活动排序
最近的活动
投票数
创建于
2014年12月05日 21:42
OK, I see. You don't need to use project import since you already have a CMakeLists.txt for your project. Here is what you need to do:1) File -> Open (or Open Project in the Welcome screen), select...
社区
CLion
Change location of CMakeLists.txt
0 票
创建于
2014年12月04日 19:43
Hi Patrick,Since CLion is currently in preview phase, some things are not implemented properly yet. This is a good example: there is only one template and the sole purpose of it is to make it easie...
社区
CLion
New project without template
0 票
创建于
2014年12月04日 13:21
You can do something like this: if(CMAKE_BUILD_TYPE STREQUAL "Release") set_target_properties(TargetName PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR})endif()
社区
CLion
How do i define the build directory?
0 票
创建于
2014年10月15日 10:23
Sorry, I just noticed that you mentioned that your include paths contain symlinks in your first post. I cannot be sure, but most likely that is what causing the problem. This issue was fixed recent...
社区
CLion
How can I specify additional include files?
0 票
创建于
2015年02月03日 16:28
EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH are outdated variables. If you need to point the executable and library output directories in a way that's compatible with the latest CLion build you ...
社区
CLion
Build Entire Project
0 票
创建于
2015年02月03日 10:48
Hi,Have you tried debugging this "Hello world" binary with your gdb build directly, without CLion?
社区
CLion
Problems debugging under Red Hat Linux 2.6.18 (old kernel)
0 票
创建于
2015年02月02日 11:47
If you have Xcode installed, then you can you Clang that is bundled with Xcode, so you don't need to override CMAKE_C(XX)_COMPILER variables: everything should work without them.If you do need to u...
社区
CLion
Please help with setup on Mac
0 票
创建于
2015年02月02日 21:56
If you don't have any errors displayed in the "Toolchains" preference pane, then you can just create a new project in CLion and everything should work out of the box.
社区
CLion
Please help with setup on Mac
0 票
创建于
2015年02月02日 11:57
Clang on Windows is supported. You can install it using MinGW or Cygwin package managers.
社区
CLion
How to build desktop windows app?
0 票
创建于
2015年01月29日 13:11
Yes, Clang is supported. To set it up you need to put path to clang into CMAKE_C_COMPILER/CMAKE_CXX_COMPILER variables. This can be done either in CMakeLists.txt, or by providing command line optio...
社区
CLion
Does CLion work with Clang compiler?
0 票
«
第一页
‹
上一页
下一页
›
最后
»