X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=be2cd14e80129d70a9b7973f7f932c63e90eb1be;hp=ce4139d9e42332b14908038fa106097f90bc18cc;hb=059599e8fd59e4439cc1b29ab92f79abcf2487ea;hpb=f9cb49cc90562631586cdb6a43810d9385863822 diff --git a/CMakeLists.txt b/CMakeLists.txt index ce4139d9..be2cd14e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -324,7 +324,10 @@ if(WIN32) endif() if(ANDROID) - list(APPEND pulseview_SOURCES android/loghandler.cpp) + list(APPEND pulseview_SOURCES + android/assetreader.cpp + android/loghandler.cpp + ) endif() if(Qt5Core_FOUND)