]> sigrok.org Git - pulseview.git/blobdiff - CMakeLists.txt
Setup environment for SRD on Android
[pulseview.git] / CMakeLists.txt
index b9654940d21acf9d1b5c5e6f3dd900f31fc1f9ca..dd423f6b5500b0f985689a71a81b4d60282865b8 100644 (file)
@@ -243,6 +243,12 @@ if(ENABLE_DECODE)
                pv/widgets/decodergroupbox.h
                pv/widgets/decodermenu.h
        )
                pv/widgets/decodergroupbox.h
                pv/widgets/decodermenu.h
        )
+
+       if(ANDROID)
+               list(APPEND pulseview_SOURCES
+                           android/envsetup.cpp
+               )
+       endif()
 endif()
 
 if(WIN32)
 endif()
 
 if(WIN32)