include(3rdparty/libossia.cmake) add_subdirectory(3rdparty/QCodeEditor) disable_qt_plugins(QCodeEditor) function(disable_var VAR) if(${${VAR}}) set(${VAR}_prev "${${VAR}}" CACHE "" INTERNAL FORCE) endif() set(${VAR} 0 PARENT_SCOPE) set(${VAR} 0 CACHE "" INTERNAL FORCE) endfunction() function(restore_var VAR) if(${${VAR}_prev}) set(${VAR} "${${VAR}_prev}" PARENT_SCOPE) set(${VAR} "${${VAR}_prev}" CACHE "" INTERNAL FORCE) endif() endfunction() include(3rdparty/dspfilters.cmake) include(3rdparty/eigen.cmake) include(3rdparty/gamma.cmake) include(3rdparty/libsimpleio.cmake) include(3rdparty/mimalloc.cmake) include(3rdparty/r8brain.cmake) include(3rdparty/sh4lt.cmake) include(3rdparty/shmdata.cmake) include(3rdparty/snappy.cmake) include(3rdparty/sndfile.cmake) include(3rdparty/xtensor.cmake)