Fixed dependency between grabbag and utf8
This commit is contained in:
parent
a82a014cf1
commit
5d81610eb5
@ -13,7 +13,6 @@ add_executable(flac
|
|||||||
target_link_libraries(flac
|
target_link_libraries(flac
|
||||||
FLAC-static
|
FLAC-static
|
||||||
getopt
|
getopt
|
||||||
grabbag
|
|
||||||
replaygain_synthesis
|
replaygain_synthesis
|
||||||
utf8)
|
utf8)
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ add_executable(metaflac
|
|||||||
options.c
|
options.c
|
||||||
usage.c
|
usage.c
|
||||||
utils.c)
|
utils.c)
|
||||||
target_link_libraries(metaflac FLAC-static grabbag getopt utf8)
|
target_link_libraries(metaflac FLAC-static getopt utf8)
|
||||||
|
|
||||||
install(TARGETS metaflac EXPORT targets
|
install(TARGETS metaflac EXPORT targets
|
||||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||||
|
@ -6,4 +6,4 @@ add_library(utf8 STATIC
|
|||||||
iconvert.c
|
iconvert.c
|
||||||
utf8.c)
|
utf8.c)
|
||||||
|
|
||||||
target_link_libraries(utf8 PUBLIC $<$<BOOL:${HAVE_ICONV_LIB}>:iconv>)
|
target_link_libraries(utf8 PUBLIC grabbag $<$<BOOL:${HAVE_ICONV_LIB}>:iconv>)
|
||||||
|
Loading…
Reference in New Issue
Block a user