diff options
Diffstat (limited to 'source/extern/CMakeLists.txt')
-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 |