Hi everyone!
After trying to build my SFML project with CMake on MacOS, I get this error at the linking process:
ld: library not found for -lSFML
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [app/SortingAlgo] Error 1
make[1]: *** [app/CMakeFiles/SortingAlgo.dir/all] Error 2
make: *** [all] Error 2
I have GitHub repository made for the project:
https://github.com/Zsivony1es/SortingAlgo.gitIs there a quick fix for this?
Thanks for any replies in advance!