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
|
||||
FLAC-static
|
||||
getopt
|
||||
grabbag
|
||||
replaygain_synthesis
|
||||
utf8)
|
||||
|
||||
|
@ -9,7 +9,7 @@ add_executable(metaflac
|
||||
options.c
|
||||
usage.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
|
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||
|
@ -6,4 +6,4 @@ add_library(utf8 STATIC
|
||||
iconvert.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