mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-04-08 15:40:52 +00:00
added dummy target for bundled_ogg_vorbis_file on unix, fixes #702
This commit is contained in:
parent
c468951f39
commit
fc38b85b5d
1 changed files with 4 additions and 0 deletions
|
@ -481,6 +481,10 @@ elseif(UNIX)
|
|||
DEPENDS ${CMAKE_CURRENT_LIST_DIR}/vorbis/lib/.libs/libvorbisfile.a
|
||||
DEPENDS ${CMAKE_CURRENT_LIST_DIR}/vorbis/lib/.libs/libvorbis.a
|
||||
)
|
||||
|
||||
# Custom dummy target to make the errors go away
|
||||
add_custom_target(bundled_ogg_vorbis_file)
|
||||
|
||||
set(OGG_VORBIS_BUNDLED_LIBRARIES "${CMAKE_CURRENT_LIST_DIR}/vorbis/lib/.libs/libvorbisfile.a" "${CMAKE_CURRENT_LIST_DIR}/vorbis/lib/.libs/libvorbis.a")
|
||||
set(OGG_VORBIS_BUNDLED_INCLUDE_DIR "${CMAKE_CURRENT_LIST_DIR}/vorbis/include")
|
||||
|
||||
|
|
Loading…
Reference in a new issue