AshampooSystems / boden

Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
Other
1.68k stars 96 forks source link

Integration with conan #29

Open geiseri opened 4 years ago

geiseri commented 4 years ago

I am using the conan package manager in my project and looking at boden for the mobile UI. I am struggling to get the cmake-conan module to work with boden, but it seems to get confused by the multi-build. Is there a recommended way to integrate 3rd party libraries into the project? Conan is nice because it seems to have support for Andriod and IOS, and is based on cmake.

gitoby commented 4 years ago

Unfortunately, we do currently not offer support for building via Conan.