Unable to include SFML header files in CLion project
问题 I'm quite new to CMake and C++ in general, so today I've tried to import an external library like SFML to my project in Jetbrain's IDE CLion, but without any luck. After spending a whole day learning about CMake in general and making SFML work with CMake in particular, I've finally managed my project's CMake to find the SFML library files. However, when I approached a header file of my own to include a SFML header, I encountered a problem as it didn't find any headers from the library - And