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
|
|
|
|
|
|
|
|
2024-06-04 02:27:14 -05:00
|
|
|
set_dist_list(cmake_DIST
|
|
|
|
CMakeLists.txt
|
|
|
|
README_CMAKE.txt
|
|
|
|
cmake_uninstall.cmake.in
|
|
|
|
configure-appdata.cmake
|
|
|
|
configure-gnucash-desktop.cmake
|
|
|
|
configure-manpage.cmake
|
|
|
|
configure-totd.cmake
|
|
|
|
git2version-info.cmake
|
|
|
|
no-vcs2version-info.cmake
|
|
|
|
version-info2env.cmake
|
2019-08-24 08:33:24 -05:00
|
|
|
)
|