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/extern | |
parent | 40223a5090bf8a502094927da39fc96a5cfd5eae (diff) |
more work on Voice
Diffstat (limited to 'source/extern')
-rw-r--r-- | source/extern/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/extern/CMakeLists.txt b/source/extern/CMakeLists.txt index e356c95..5ea7420 100644 --- a/source/extern/CMakeLists.txt +++ b/source/extern/CMakeLists.txt @@ -79,4 +79,4 @@ SET (star_extern_SOURCES ) ADD_LIBRARY (star_extern OBJECT ${star_extern_SOURCES} ${star_extern_HEADERS}) -TARGET_LINK_LIBRARIES(star_extern opus)
\ No newline at end of file +TARGET_LINK_LIBRARIES(star_extern PUBLIC opus)
\ No newline at end of file |