SFML community forums
Help => General => Topic started by: Nexeon on December 25, 2016, 03:07:03 pm
-
In the FindSFML.cmake file i found that lines:
# If SFML is not installed in a standard path, you can use the SFML_ROOT CMake (or environment) variable
# to tell CMake where SFML is.
But where this path by default? And how to set it?
P.S. I am use: Win 10 x64, MinGW
-
On Windows it's "C:\Program Files", on Linux it's "/usr/lib", etc. You're supposed to know them ;)
-
On Windows it's "C:\Program Files", on Linux it's "/usr/lib", etc. You're supposed to know them ;)
Thank you for answer :)