diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-13 15:01:07 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-13 15:01:07 +1000 |
commit | f9e8b5badf76db844629364fe650035daf21b56b (patch) | |
tree | 0a1227d09c86a50e268fb68bd16953876cd5213e /source/CMakeLists.txt | |
parent | 40223a5090bf8a502094927da39fc96a5cfd5eae (diff) |
more work on Voice
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index d3d60a3..4f44bc2 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -437,6 +437,7 @@ SET (STAR_EXT_LIBS ${STAR_EXT_LIBS} ${FREETYPE_LIBRARY} ${PNG_LIBRARY} ${ZLIB_LIBRARY} + "extern/opus/opus" ) IF (STAR_BUILD_GUI) |