Open mulle-nat opened 7 years ago
@mulle-nat based on our slack conversation we also need to modify CMakeLists.txt
.
add_library( MulleObjCStandalone SHARED
src/MulleObjCStandalone.m
${HEADERS}
${DEF_FILE}
)
Ideally make it a pull request for the MulleObjC repository. That would be good for your other changes too.
mulle-clang-add-to-xcode.sh doesn't work anymore for Xcode 8.2.
TODO:
.xcodeproj
files from projects.xcodeproj
files via cmake withmkdir build-xcode.d ; cd build-xcode.d ; cmake -G "Xcode" .. ; open *.xcodeproj