mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00

- 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>
4 lines
177 B
CMake
4 lines
177 B
CMake
execute_process(COMMAND "${MACDEPLOYQT_EXECUTABLE}" ${CMAKE_BINARY_DIR}/${PROJECT_NAME}.app -dmg
|
|
WORKING_DIRECTORY ${CPACK_PACKAGE_DIRECTORY}
|
|
)
|