We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39efc81 commit 0b8da3aCopy full SHA for 0b8da3a
lib/CMakeLists.txt
@@ -80,8 +80,8 @@ if (NOT BUILD_FRAMEWORK)
80
set_target_properties(vorbisfile PROPERTIES SOVERSION ${VORBISFILE_VERSION_INFO})
81
82
target_link_libraries(vorbis ${OGG_LIBRARIES})
83
- target_link_libraries(vorbisenc ${OGG_LIBRARIES})
84
- target_link_libraries(vorbisfile ${OGG_LIBRARIES})
+ target_link_libraries(vorbisenc ${OGG_LIBRARIES} vorbis)
+ target_link_libraries(vorbisfile ${OGG_LIBRARIES} vorbis)
85
86
install(FILES ${VORBIS_PUBLIC_HEADERS} DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/vorbis)
87
0 commit comments