diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-05-28 13:17:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 13:17:50 -0400 |
commit | 09743fa6814746a24bec0c438ed2ed0c0a6dd2d1 (patch) | |
tree | 517134ef01ee11f9e42a1cbdd277a3ee201bdba2 /externals/opus | |
parent | 93c17ee4da9ba8475d4573489eab11ff46ccfe5a (diff) | |
parent | 9c3c7ec009ff4d4b006222328736fa0f66d5598a (diff) |
Merge pull request #10376 from abouvier/cmake-default
cmake: apply defaults to all externals
Diffstat (limited to 'externals/opus')
-rw-r--r-- | externals/opus/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/opus/CMakeLists.txt b/externals/opus/CMakeLists.txt index 410ff7c08..d9a03423d 100644 --- a/externals/opus/CMakeLists.txt +++ b/externals/opus/CMakeLists.txt @@ -23,7 +23,7 @@ else() endif() endif() -add_library(opus STATIC +add_library(opus # CELT sources opus/celt/bands.c opus/celt/celt.c |