how to set up cmake and c++ on lazyvim? #1307
Answered
by
loginAsOne
loginAsOne
asked this question in
Q&A
-
I am trying to learn c++ and c with cmake. I tried to set up lazyvim to work like c++/ cmake ide. However, it is not recognizing library from other folders. If I build with cmake, it actually work. below screen shot is showing me it can't recognize header files from other location that I specified on cmake |
Beta Was this translation helpful? Give feedback.
Answered by
loginAsOne
Feb 13, 2024
Replies: 1 comment
-
It was the CMakeLists.txt missing part. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
loginAsOne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It was the CMakeLists.txt missing part.