mirror of
https://github.com/fmang/opustags.git
synced 2025-01-15 12:43:17 +01:00
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:
parent
4d44550d3d
commit
48336b5367
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user