mulle-nat / mulle-xcode-to-cmake

🎭 Convert Xcode projects to cmake CMakeLists.txt
119 stars 18 forks source link

Converting xcode with REZ files? #16

Open Dariusz1989 opened 2 years ago

Dariusz1989 commented 2 years ago

Hey I'm in need of having rez -resource file generated from my xcode... any idea if this lib could be extended to support them?

mulle-nat commented 2 years ago

Resource files are currently treated in printcontext_source_files_properties, if I can read my own source correctly. I don't know if cmake has support for rez, I have no experience with it.