if(ENABLE_GSTREAMERMM)
list(APPEND PKGDEPS gstreamermm-1.0>=1.8.0)
+ list(APPEND PKGDEPS libsigrokflow>=0.1.0)
endif()
set(LIBSR_CXX_BINDING "libsigrokcxx>=0.5.1")
- libboost-serialization
- libboost-test (optional, only needed to run the unit tests)
- libboost-stacktrace (optional, only needed for debugging)
+ - libsigrokflow >= 0.1.0
- libsigrokcxx >= 0.5.1 (libsigrok C++ bindings)
- libsigrokdecode >= 0.5.2
- libsigrokandroidutils >= 0.1.0 (optional, only needed on Android)
#ifdef ENABLE_GSTREAMERMM
#include <gstreamermm.h>
+#include <libsigrokflow/libsigrokflow.hpp>
#endif
#include <libsigrokcxx/libsigrokcxx.hpp>