X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=d959a9f343cf8090c2291d1d1b95603e828c9ceb;hp=d98ff54c87023717e0ba5660b85b637070b8138a;hb=9df8453f6809f2ce038717111979474a60d5746a;hpb=f9101a91fc942a28515872ae6c7285973bd54b91 diff --git a/CMakeLists.txt b/CMakeLists.txt index d98ff54c..d959a9f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,6 +85,13 @@ else() find_package(Boost 1.42 COMPONENTS system thread REQUIRED) endif() +#=============================================================================== +#= System Introspection +#------------------------------------------------------------------------------- + +include(memaccess) +memaccess_check_unaligned_le(HAVE_UNALIGNED_LITTLE_ENDIAN_ACCESS) + #=============================================================================== #= Config Header #------------------------------------------------------------------------------- @@ -111,6 +118,7 @@ configure_file ( set(pulseview_SOURCES main.cpp pv/devicemanager.cpp + pv/devinst.cpp pv/mainwindow.cpp pv/sigsession.cpp pv/storesession.cpp @@ -158,6 +166,7 @@ set(pulseview_SOURCES # This list includes only QObject derived class headers. set(pulseview_HEADERS + pv/devinst.h pv/mainwindow.h pv/sigsession.h pv/storesession.h