Doesn’t find files when building project
I have linked the SFML and TGUI libraries in my project. I also included these libraries in another CMakeLists in this project. When I start building the project, I get a message that the files from these libraries cannot be found. And every time it seems to be connected only with TGUI. I even tried using target_include_directories to include the library header files, but it didn’t help. Additionally, this project lists both libraries in the search path header.
Having troubble with CMake and sfml
I am having trouble with configuring my project with cmake and sfml. I get a nmake error now with an output of “no such file or directory” i have been trying for a couple of month to include a 3d-party library.