mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
4 lines
119 B
Bash
Executable File
4 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
"$2@CMAKE_INSTALL_SUBDIR@/@CMAKE_BUNDLE_NAME@.app/Contents/MacOS/@CMAKE_BUNDLE_NAME@" --mac-install
|
|
exit 0
|