Skip to content

Commit

Permalink
Add missing BUILD_BYPRODUCTS update
Browse files Browse the repository at this point in the history
  • Loading branch information
zeertzjq committed Sep 9, 2024
1 parent e314d5a commit 1648bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ ExternalProject_Add(libnl
"CXXFLAGS=-fPIC -Din_addr_t=uint32_t"
BUILD_COMMAND make install
BUILD_BYPRODUCTS
"${distribution_DIR}/${ANDROID_ABI}/lib/libnl-3.a"
"${distribution_DIR}/${ANDROID_ABI}/lib/libnl-genl-3.a"
"${distribution_DIR}/${ANDROID_ABI}/lib/libnl-3.so"
"${distribution_DIR}/${ANDROID_ABI}/lib/libnl-genl-3.so"
INSTALL_COMMAND ""
TEST_COMMAND ""
)
Expand Down

0 comments on commit 1648bfc

Please sign in to comment.