mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 09:26:27 -06:00
MacOS Build Fixes
This commit is contained in:
parent
2b8f91a191
commit
f6788412ce
@ -56,7 +56,7 @@ target_link_libraries (gnucash
|
||||
gnc-engine gnc-module gnc-core-utils gnucash-guile
|
||||
gnc-qif-import gnc-csv-import gnc-csv-export gnc-log-replay
|
||||
gnc-bi-import gnc-customer-import gnc-report
|
||||
PkgConfig::GTK3 ${GUILE_LDFLAGS} ${GLIB2_LDFLAGS} ${GTK_MAC_LDFLAGS}
|
||||
PkgConfig::GTK3 ${GUILE_LDFLAGS} ${GLIB2_LDFLAGS}
|
||||
${Boost_LIBRARIES}
|
||||
)
|
||||
|
||||
@ -125,6 +125,8 @@ add_custom_command(
|
||||
if (MAC_INTEGRATION)
|
||||
target_compile_options(gnucash PRIVATE ${OSX_EXTRA_COMPILE_FLAGS})
|
||||
target_link_libraries(gnucash ${OSX_EXTRA_LIBRARIES})
|
||||
target_compile_options(gnucash-cli PRIVATE ${OSX_EXTRA_COMPILE_FLAGS})
|
||||
target_link_libraries(gnucash-cli ${OSX_EXTRA_LIBRARIES})
|
||||
endif()
|
||||
|
||||
install(TARGETS gnucash gnucash-cli DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
|
@ -38,6 +38,7 @@ extern "C" {
|
||||
#include <gfec.h>
|
||||
#include <gnc-environment.h>
|
||||
#include <gnc-filepath-utils.h>
|
||||
#include <gnc-locale-utils.h>
|
||||
#include <gnc-path.h>
|
||||
#include <gnc-prefs.h>
|
||||
#include <gnc-gsettings.h>
|
||||
|
Loading…
Reference in New Issue
Block a user