X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=be2cd14e80129d70a9b7973f7f932c63e90eb1be;hb=8eeb4256ba338a0be0f5311cdc2b98acf4370577;hp=ce4139d9e42332b14908038fa106097f90bc18cc;hpb=f9cb49cc90562631586cdb6a43810d9385863822;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index ce4139d..be2cd14 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)