I am trying to link SFML with CMake, but I have some issues with make:
/home/ishidex2/Documents/QtCreator/CMakeExample/main.cpp:-1: error: undefined reference to `sf::String::String(char const*, std::locale const&)'
And some kind of errors like this.
First of all, I installed SFML by this command:
sudo apt-get install libsfml-dev
And then followed this tutorial :
https://github.com/SFML/SFML/wiki/Tutorial:-Build-your-SFML-project-with-CMake
I think this is a problem with linking, but I don't know how to fix it.
My linking order is:
find_package(SFML 2 REQUIRED graphics window main system)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…