Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Include my library for Android
Print
Pages: [
1
]
Author
Topic: Include my library for Android (Read 1438 times)
0 Members and 1 Guest are viewing this topic.
sitev_ru
Newbie
Posts: 3
Include my library for Android
«
on:
February 08, 2018, 08:07:39 am »
I set up a simple project compilation on SFML under Android
https://github.com/SFML/SFML/wiki/Tutorial:-Building-SFML-for-Android-on-Windows
. A simple project works!
But I in my game brought some classes to the external static library. Call it mylib. How to organize a library and a project for Android?
Logged
Mario
SFML Team
Hero Member
Posts: 879
Re: Include my library for Android
«
Reply #1 on:
February 08, 2018, 09:22:40 am »
Use CMake the same way you do for building SFML or setup your own ndk-build directory (read the docs). Or even easier: just add the source files to your app.
Logged
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Include my library for Android