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