Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vyacheslav Karpukhin
Total activity
263
Last activity
December 18, 2019 12:40
Member since
October 14, 2013 08:12
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
110
Activity overview
Articles (0)
Posts (0)
Comments (153)
Sort by recent activity
Recent activity
Votes
Created
December 05, 2014 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...
Community
CLion
Change location of CMakeLists.txt
0 votes
Created
December 04, 2014 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...
Community
CLion
New project without template
0 votes
Created
December 04, 2014 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()
Community
CLion
How do i define the build directory?
0 votes
Created
October 15, 2014 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...
Community
CLion
How can I specify additional include files?
0 votes
Created
February 03, 2015 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 ...
Community
CLion
Build Entire Project
0 votes
Created
February 03, 2015 10:48
Hi,Have you tried debugging this "Hello world" binary with your gdb build directly, without CLion?
Community
CLion
Problems debugging under Red Hat Linux 2.6.18 (old kernel)
0 votes
Created
February 02, 2015 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...
Community
CLion
Please help with setup on Mac
0 votes
Created
February 02, 2015 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.
Community
CLion
Please help with setup on Mac
0 votes
Created
February 02, 2015 11:57
Clang on Windows is supported. You can install it using MinGW or Cygwin package managers.
Community
CLion
How to build desktop windows app?
0 votes
Created
January 29, 2015 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...
Community
CLion
Does CLion work with Clang compiler?
0 votes
«
First
‹
Previous
Next
›
Last
»