2015-12-07 11:17:08 -06:00
|
|
|
# Post install actions go here.
|
|
|
|
|
2018-05-03 16:18:15 -05:00
|
|
|
if (APPLE)
|
|
|
|
install(CODE "execute_process(
|
2017-11-28 16:25:35 -06:00
|
|
|
COMMAND /usr/bin/install_name_tool -add_rpath ${CMAKE_INSTALL_LIBDIR}
|
|
|
|
-add_rpath ${PKGLIBDIR}
|
|
|
|
${CMAKE_INSTALL_BINDIR}/gnucash)")
|
2020-02-06 09:16:31 -06:00
|
|
|
endif()
|
2015-12-07 11:17:08 -06:00
|
|
|
|
|
|
|
|
2019-08-24 08:33:24 -05:00
|
|
|
set_dist_list(cmake_DIST CMakeLists.txt README_CMAKE.txt cmake_uninstall.cmake.in
|
2020-02-17 07:13:18 -06:00
|
|
|
configure-appdata.cmake configure-gnucash-desktop.cmake configure-manpage.cmake
|
|
|
|
git2version-info.cmake version-info2env.cmake
|
2019-08-24 08:33:24 -05:00
|
|
|
)
|