SFML community forums
Help => General => Topic started by: tamas on December 03, 2017, 12:48:48 pm
-
I'm in the process of creating conan packages for SFML and I want to create one package per SFML module. I'd like to know if the internal dependencies of modules are documented somewhere. For example, if sfml-window depends on, say, sfml-system (or even if no module depends on anything). I can find out by trial and error, but I hoped that someone might know the answer.
-
You can have a look either at the FindSFML.cmake file, or at the "Getting started" tutorial for Visual C++ or Code::Blocks.
-
All modules depend on sfml-system and the sfml-graphics module also depends on sfml-window.
-
My answer implies that you're interested in the libraries SFML depends on, by the way, so ignore it if you only look for dependencies between SFML modules.
-
I'm in the process of creating conan packages for SFML
That's interesting new! Let us know if you manage to get it working. :)