lokinet/cmake/macos_installer_deps.cmake

5 lines
207 B
CMake
Raw Normal View History

2020-04-02 15:53:14 +00:00
# macos specific cpack stuff goes here
2020-04-03 14:14:19 +00:00
set(CPACK_GENERATOR "productbuild")
set(CPACK_PACKAGING_INSTALL_PREFIX "/usr/local")
set(CPACK_POSTFLIGHT_LOKINET_SCRIPT ${CMAKE_SOURCE_DIR}/contrib/macos/postinstall)