vnote/CPackMacDeployQt.cmake.in
Hiroshi Miura 6167a91090 Simplify CMake scripts (#1162)
- Simplify CMakeLists to help maintainer lazy to
  update when source files addition and removing.
- relocate cmake include files on top

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2020-01-12 09:39:06 +08:00

4 lines
177 B
CMake

execute_process(COMMAND "${MACDEPLOYQT_EXECUTABLE}" ${CMAKE_BINARY_DIR}/${PROJECT_NAME}.app -dmg
WORKING_DIRECTORY ${CPACK_PACKAGE_DIRECTORY}
)