Ouais mais j'ai pas l'habitude d'utiliser CMake ni ma variable ^^
Par contre maintenant quand je compile j'ai une erreur :
obj\Release\src\Menu.o:Menu.cpp|| undefined reference to `sf::RenderWindow::RenderWindow(sf::VideoMode, std::string const&, unsigned int, sf::ContextSettings const&)'|
Tu sais d'où ça peux venir ?
Car dans la doc pour RenderWindow ce n'est pas le constructeur qu'il y a marquer ici et je fait appel à RenderWindow comme ceci :
RenderWindow app(VideoMode(MENU_WIDTH, MENU_HEIGHT, 32), "Styvak's Corporation", Style::Close | Style::Titlebar)
Merci pour ton aide