Change libopustags to STATIC, not OBJECT:

> CMake Error at CMakeLists.txt:27 (target_link_libraries):
>   Object library target "libopustags" may not link to anything.
This commit is contained in:
Aarni Koskela 2018-12-18 13:57:02 +02:00
parent 4d44550d3d
commit 48336b5367

View File

@ -18,7 +18,7 @@ include_directories(BEFORE src "${CMAKE_BINARY_DIR}")
add_library(
libopustags
OBJECT
STATIC
src/cli.cc
src/ogg.cc
src/opus.cc