google / cdep

CDep is a decentralized native package dependency manager with a focus on Android. Runs on Windows, Linux, and MacOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dneto0 opened this issue · comments

I couldn't tell from the usage docs.

Yes, though we should probably state this more explicitly.

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)

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