Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't look for SFML if it's already found
This modification allows to have sfml and sfgui as submodules in a github repository and have them built by your project's CMakeLists by doing ``` add_subdirectory("submodules/SFML") add_subdirectory("submodules/SFGUI") ```
- Loading branch information