feat(packaging): Provide standard Linux package via CMake - #752
Conversation
|
I have read the CLA Document and I hereby sign the CLA 1 out of 2 committers have signed the CLA. |
760b09a to
275f680
Compare
gvhwurie
left a comment
There was a problem hiding this comment.
Todos:
- Remove all purely transitive dependencies from the CMake files
- Maybe generate project version from last Git tag
There was a problem hiding this comment.
Missing newline at end of file
| find_path( | ||
| Binder_INCLUDE_DIR | ||
| NAMES binder/Binder.h | ||
| HINTS ${PC_Binder_INCLUDE_DIRS} "${CMAKE_CURRENT_SOURCE_DIR}/out/build/include/binder_sdk" |
There was a problem hiding this comment.
Shall we keep those remains to support locally build SDKs? Do we have to include standard paths just like in find_executable when searching for aidl? Would it have any negative consequences if we did so?
|
I have read the CLA Document and I hereby sign the CLA |
|
recheck |
b8abd55 to
5e68015
Compare
…h for cmake packages Add full list of source files to cmake packages
If a module has no depends, the string is empty and string replace will fail
Source was empty after using source and header variables as parameters fix foreach to use ITEMS instead of LISTS Fixed wrong naming in FindBinderUtils,add FindBinderUtils to install rule
5e68015 to
865c374
Compare
Fixes #666