@@ -29,27 +29,27 @@ brew install mulle-kybernetik/software/mulle-xcode-to-cmake
2929usage: mulle-xcode-to-cmake [options] <commands> <file.xcodeproj>
3030
3131Options:
32- -2 : CMakeLists.txt includes CMakeSourcesAndHeaders.txt
33- -a : always prefix cmake variables with target
34- -b : suppress boilerplate definitions
35- -d : create static and shared library
36- -f : suppress Foundation (implicitly added)
37- -l <lang> : specify language (c,c++,objc) for mulle-configuration (default: objc)
38- -m : include mulle-configuration (affects boilerplate)
39- -n : suppress find_library trace
40- -p : suppress project
41- -r : suppress reminder, what generated this file
42- -s <suffix> : create standalone test library (framework/shared)
43- -t <target> : target to export
44- -u : add UIKIt
32+ -2 : CMakeLists.txt includes CMakeSourcesAndHeaders.txt
33+ -a : always prefix cmake variables with target
34+ -b : suppress boilerplate definitions
35+ -d : create static and shared library
36+ -f : suppress Foundation (implicitly added)
37+ -l <lang> : specify language (c,c++,objc) for mulle-configuration (default: objc)
38+ -m : include mulle-configuration (affects boilerplate)
39+ -n : suppress find_library trace
40+ -p : suppress project
41+ -r : suppress reminder, what generated this file
42+ -s <suffix> : create standalone test library (framework/shared)
43+ -t <target> : target to export
44+ -u : add UIKIt
4545
4646Commands:
47- export : export CMakeLists.txt to stdout
48- list : list targets
49- sexport : export sources and private/public headers only
47+ export : export CMakeLists.txt to stdout
48+ list : list targets
49+ sexport : export CMakeSourcesAndHeaders.txt to stdout
5050
5151Environment:
52- VERBOSE : dump some info to stderr
52+ VERBOSE : dump some info to stderr
5353```
5454
5555### Examples
0 commit comments