Skip to content

Commit 02adbb4

Browse files
committed
1 parent 65d2544 commit 02adbb4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,13 @@ elseif(BSD)
824824
target_link_libraries(libfastfetch
825825
PRIVATE "usbhid"
826826
)
827+
elseif(ANDROID)
828+
CHECK_LIBRARY_EXISTS(android-wordexp wordexp "" HAVE_LIBANDROID_WORDEXP)
829+
if(HAVE_LIBANDROID_WORDEXP)
830+
target_link_libraries(libfastfetch
831+
PRIVATE android-wordexp
832+
)
833+
endif()
827834
endif()
828835

829836
target_include_directories(libfastfetch

0 commit comments

Comments
 (0)