Skip to content

Commit a48ac5b

Browse files
committed
add shared
1 parent c025491 commit a48ac5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMake/external_libusb.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ExternalProject_Add(
1515
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
1616
-DANDROID_ABI=${ANDROID_ABI}
1717
-DANDROID_STL=${ANDROID_STL}
18+
-DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS}
1819
-DCMAKE_INSTALL_PREFIX=${CMAKE_CURRENT_BINARY_DIR}/libusb_install
1920
-DLIBUSB_INSTALL_TARGETS=ON
2021
--no-warn-unused-cli

0 commit comments

Comments
 (0)