This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# xib_helpers.cmake by cubicvoid | |
# | |
# Include this helper at the beginning of your project to | |
# simplify handling of Apple .xib files. | |
# Call add_xib([filename]) from anywhere in the project (including | |
# nested directories), then call finalize_xibs and apply the results | |
# to your target: | |
# add_xib(MyCustomView.xib) | |
# ... | |
# finalize_xibs(XIBS) |