cmake: support find_package(XNNPACK)#5031
cmake: support find_package(XNNPACK)#5031copybara-service[bot] merged 1 commit intogoogle:masterfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
867f66b to
5192aad
Compare
|
@Maratyszcza @alankelly would either of you have a chance to review this? |
5192aad to
6f1e7d9
Compare
7da6bf1 to
d99deb0
Compare
|
Rebased, squashed, and force-pushed! @Maratyszcza I think I answered your comments, please let me know if you have any more questions. I apologize for the delay in getting back to you! |
|
I very much agree with this PR, because if i just use "xnnpack.h" and "libXNNPACK.a" after installed into /usr/local , then a lot of "undefined reference... " build error will occur! |
d99deb0 to
70a5986
Compare
70a5986 to
ff0af76
Compare
|
Quoted the path names to avoid weirdness when interpolating strings. (Yay, strings!) Sorry for the horrible average turn around time! |
Adds a CMake configuration file to make it possible for CMake-based projects to use
find_packageto consume this library.Part of the work being done for NixOS/nixpkgs#239291.