Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jonathon LeFaive
Total activity
19
Last activity
June 01, 2016 14:12
Member since
May 14, 2014 00:31
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
8
Activity overview
Posts (6)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
September 21, 2014 21:08
For building libraries use: set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_HOME_DIRECTORY}/lib)For executables use: set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_HOME_DIRECTORY}/bin)The absolute path is n...
Community
CLion
Customizing the build/run process
0 votes
Created
March 25, 2015 14:42
I can't believe I missed that. Tx.
Community
CLion
Default View Mode Settings
0 votes
Created
February 20, 2015 16:20
Thanks for the respone, Anna. I added my two cents and an upvote to the issue.
Community
CLion
How to get rid of parameter completions?
0 votes
Edited
June 01, 2016 14:13
Thanks for the suggestion. I believe these instructions are for using gdb with a clang compiled binary. I'm using gcc 5 (which uses libstdc++ by default), because I need some c++14/17 features. I f...
Community
CLion
GDB Pretty Print on El Capitan
0 votes
Created
May 30, 2016 18:52
Have you checked out cmake's add_subdirectory() command? It may suit your needs.
Community
CLion
Build SubDirectories Separately
0 votes