mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Make gnc-html's link libraries private
This commit is contained in:
parent
e8c321d954
commit
05c96f6642
@ -51,8 +51,13 @@ add_library (gnc-html
|
||||
${html_HEADERS}
|
||||
)
|
||||
|
||||
target_link_libraries(gnc-html gnc-engine gnc-gnome-utils
|
||||
PkgConfig::GTK3 PkgConfig::WEBKIT ${GUILE_LDFLAGS})
|
||||
target_link_libraries(gnc-html
|
||||
PRIVATE
|
||||
gnc-engine
|
||||
gnc-gnome-utils
|
||||
PkgConfig::GTK3
|
||||
PkgConfig::WEBKIT
|
||||
${GUILE_LDFLAGS})
|
||||
|
||||
target_compile_definitions(gnc-html PRIVATE -DG_LOG_DOMAIN=\"gnc.html\")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user