InterviewSolution
Saved Bookmarks
| 1. |
Clion Fails To Find Some Of My Headers. Where Does It Search For Them? |
|
Answer» CLion searches through the same places CMake does. SET the INCLUDE_DIRECTORIES variable in CMake to provide the headers path to the IDE. By the way, in this wiki you can FIND a lot of useful CMake VARIABLES with descriptions that can be especially HELPFUL if you are NEW to CMake. CLion searches through the same places CMake does. Set the INCLUDE_DIRECTORIES variable in CMake to provide the headers path to the IDE. By the way, in this wiki you can find a lot of useful CMake variables with descriptions that can be especially helpful if you are new to CMake. |
|