1
General / Re: Cmake build issues: linker cannot find -loptimized and -ldebug
« on: June 12, 2024, 04:32:42 am »
I solved the issue by updating the library target name for Freetype (replacing "Freetype" with "Freetype::Freetype") in CMakeLists.txt of Graphics module, just like https://github.com/SFML/SFML/blob/304a7c1d69e440f419f569a4a3c83690f9b33e22/src/SFML/Graphics/CMakeLists.txt#L120.