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)")
|
2018-05-03 23:18:15 +02:00
|
|
|
endif(APPLE)
|
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
|
2019-08-24 16:32:56 +02:00
|
|
|
configure-appdata.cmake configure-manpage.cmake git2version-info.cmake
|
2019-08-24 15:33:24 +02:00
|
|
|
version-info2env.cmake
|
|
|
|
|
)
|