mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
611 B
23 lines
611 B
# Post install actions go here.
|
|
|
|
if (APPLE)
|
|
install(CODE "execute_process(
|
|
COMMAND /usr/bin/install_name_tool -add_rpath ${CMAKE_INSTALL_LIBDIR}
|
|
-add_rpath ${PKGLIBDIR}
|
|
${CMAKE_INSTALL_BINDIR}/gnucash)")
|
|
endif()
|
|
|
|
|
|
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
|
|
)
|