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