Jacob Kesinger
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
Jacob Kesinger created a post, AnsweredViewing preprocessor output?
Is there a way to see preprocessor output, such as one would get when compiling with -E ? -
Jacob Kesinger created a post, Cmake output, cache, and debugging
I'm trying to debug a cmake file that works from the command line and fails in clion. In particular, I have a function like this:function(build_dependency)if (${ALREADY_BUILDING})message("Already... -
-
Jacob Kesinger created a post, Navigating through cmake files
I've discovered that if I have a line likeinclude(${CMAKE_CURRENT_LIST_DIR}/../etc/file.cmake)in my CMakeLists.txt, I can command-B on the "file.cmake" part and it will open that file in a new pane... -
Jacob Kesinger created a post, Clion 1.1 very slow to load projects
Hi all, I just upgraded to 1.1 and I've noticed it's much slower to open an existing project than 1.0 was, I'm seeing times of over 5 minutes to go from 'Open Project' to where things are loaded an... -
Jacob Kesinger created a post, Reporting "Assertion Failed" errors in IDE
I'm regularly (as in mulitple times a day) getting the little blinking "!" notification at the lower right corner of the IDE and when I click on it the majority of the time it just says "Assertion ... -
Jacob Kesinger created a post, Building against an Objective-C package?
Hi all, I've got a bunch of c++ code and I've been given an objective-c library that I would like to compile and link against. Is that possible with CLion? (Or am I going to have to try appcode / ...