Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/extern
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-07-13 15:01:07 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-07-13 15:01:07 +1000
commitf9e8b5badf76db844629364fe650035daf21b56b (patch)
tree0a1227d09c86a50e268fb68bd16953876cd5213e /source/extern
parent40223a5090bf8a502094927da39fc96a5cfd5eae (diff)
more work on Voice
Diffstat (limited to 'source/extern')
-rw-r--r--source/extern/CMakeLists.txt2
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