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

Can cdep be used with regular Cmake (not Android Studio CMake)? #6

Closed dneto0 closed 7 years ago

dneto0 commented 7 years ago

I couldn't tell from the usage docs.

DanAlbert commented 7 years ago

Yes, though we should probably state this more explicitly.

jomof commented 7 years ago

Yes, the generated CDep glue will detect whether it is the Android Studio CMake or CMake 3.7.1+ (which is the first version with built-in Android support)

jomof commented 7 years ago

I should add that most of the packages I wrote are built with vanilla CMake so that code path is heavily tested.