google / cdep

CDep is a decentralized native package dependency manager with a focus on Android. Runs on Windows, Linux, and MacOS.
Apache License 2.0
98 stars 22 forks source link

improve authoring.md step 14 #49

Closed gpx1000 closed 6 years ago

gpx1000 commented 7 years ago

Unfortunately, following https://github.com/gpx1000/cdep/blob/master/doc/authoring.md#step-14----prove-the-package-can-link uses the hosts' cmake. It should really be changed to use the ndk's cmake. Otherwise system files get used for headers and packages don't build correctly when they really should.

gpx1000 commented 6 years ago

Language has been updated to reflect using ndk cmake as an option.