SFML community forums

Help => General => Topic started by: tamas on December 03, 2017, 12:48:48 pm

Title: Internal dependencies of SFML modules
Post 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.
Title: Re: Internal dependencies of SFML modules
Post by: Laurent on December 03, 2017, 03:17:37 pm
You can have a look either at the FindSFML.cmake file, or at the "Getting started" tutorial for Visual C++ or Code::Blocks.
Title: Re: Internal dependencies of SFML modules
Post by: eXpl0it3r on December 03, 2017, 06:15:00 pm
All modules depend on sfml-system and the sfml-graphics module also depends on sfml-window.
Title: Re: Internal dependencies of SFML modules
Post by: Laurent on December 03, 2017, 06:41:29 pm
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.
Title: Re: Internal dependencies of SFML modules
Post by: Hiura on December 08, 2017, 11:59:20 pm
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.  :)