X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=be2cd14e80129d70a9b7973f7f932c63e90eb1be;hb=e482fa6ce81abb814fdfb3a78bb3e6c77e0185d9;hp=ce4139d9e42332b14908038fa106097f90bc18cc;hpb=f9cb49cc90562631586cdb6a43810d9385863822;p=pulseview.git 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)