diff options
author | Lars Knoll <lars.knoll@qt.io> | 2022-04-21 07:47:25 +0200 |
---|---|---|
committer | Lars Knoll <lars.knoll@qt.io> | 2022-05-11 08:23:21 +0200 |
commit | aab48bc0c50bdbb1bf2b100dd512241082df6f90 (patch) | |
tree | 76805152ec504240a758981246b72a655bf8b8b8 /src/CMakeLists.txt | |
parent | a1b04f15635542a4c0494bd7847616c334505572 (diff) | |
download | qtmultimedia-aab48bc0c50bdbb1bf2b100dd512241082df6f90.tar.gz |
Build resonance audio as a bundled static library
Change-Id: I7d2dba0ccfbb6e9619601235405c43c36cae489b
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 87f54a939..2850cc074 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,6 @@ # Generated from src.pro. +add_subdirectory(resonance-audio) add_subdirectory(multimedia) if(ANDROID) add_subdirectory(android) |