File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 22# If you don't have this file, there will be no homebrew
33# formula operations.
44#
5- PROJECT=" mulle-xcode-to-cmake" # your project/repository name
6- DESC=" mulle-xcode-to- cmake is ... "
7- # LANGUAGE="c" # c,cpp, objc, bash ...
8- # NAME="${PROJECT}" # formula filename without .rb extension
5+ PROJECT=" mulle-xcode-to-cmake" # your project/repository name
6+ DESC=" 🎭 Convert Xcode projects to cmake CMakeLists.txt "
7+ LANGUAGE=" objc " # c,cpp, objc, bash ...
8+ # NAME="${PROJECT}" # formula filename without .rb extension
99
1010#
1111# Specify needed homebrew packages by name as you would when saying
@@ -24,6 +24,6 @@ DESC="mulle-xcode-to-cmake is ..."
2424# edit bin/release.sh. Need to specify mulle-build dependencies
2525# so that brew picks up the internal path!
2626#
27- BUILD_DEPENDENCIES=' ${BOOTSTRAP_TAP}mulle-build
28- ${BOOTSTRAP_TAP}mulle-bootstrap
29- ' # cmake may be useful to add
27+ # BUILD_DEPENDENCIES='${BOOTSTRAP_TAP}mulle-build
28+ # ${BOOTSTRAP_TAP}mulle-bootstrap
29+ # ' # cmake may be useful to add
You can’t perform that action at this time.
0 commit comments