- Notifications
You must be signed in to change notification settings - Fork0
ibitcy/eo-mobile-boost
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Easy to use solution for includingC++ Boost into your Android (using prefab) and iOS projects/libraries
This package made for using it with Gradle's "prefab" dependencies system.
So it's better to start with reading more about ithere orhere.
- Add dependencies to your build.gradle:
repositories { maven { url'https://jitpack.io' }}..dependencies {.. implementation'com.github.ibitcy:eo-mobile-boost:1.76.0'..}
- Add this code pieces to your CMakeLists.txt:
find_package(boost REQUIRED CONFIG)..target_link_libraries( your_library_name .. boost::boost ..)
- Build! 🎉🎉🎉
- Add this string to your Podfile
pod'eo-mobile-boost'
- run
pod install
in your project's directory - Build! 🎉🎉🎉
Now you can use it, including like a dynamic library:
#include<boost/beast.hpp>
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages0
No packages published