-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake-ide #5718
Comments
I haven't tried it but,
There is no particular support for reading setup from CMake files directly. For big projects I use a wrapper compiler that extracts the arguments it needs and adds them to a It would be interesting to use this package for reading CMake setup files but probably not for the overall integrated experience. |
I watched your c++ spacemacs YouTube video, and saw your use of cc_args. Then I saw Atila's lightening talk which did it automatically, leading to this question. It's only 15 mins long, much of which can be skipped, worth a quick watch! |
If you are using cmake for building, it can generate compiler options by setting CMAKE_EXPORT_COMPILE_COMMANDS on. The output file is |
Still open!!? Almost every other issue/PR referencing this issue has been closed @syl20bnr . Isn't this issue resolved? |
cmake-ide is now part for the cmake layer which has been extracted from
the c-c++ layer to make it lighter.
Compro Prasad <notifications@github.com> writes:
… Still open!!? Almost every other issue/PR referencing this issue has been closed @syl20bnr . Isn't this issue resolved?
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#5718 (comment)
|
@syl20bnr I installed the latest version of Spacemacs from master and if I try to use the layer |
@LucaMarconato the |
Ah cool! Is it stable or should I just wait for the final release? :) |
Develop should be stable enough for day to day use. |
@sdwolfz I installed but it does not seem to work out-of-the-box, should I also install |
Did you add the variable as well? |
Yes, still not working. Anyway since I do not want go OT I will open another thread (not immediately, I want to experiment more with the configuration first). Thank you for the answers you have given me so far. |
How similar to
cmake-ide
is the spacemacs c++ layer?Have you considered pulling it in?
The text was updated successfully, but these errors were encountered: