evoke icon indicating copy to clipboard operation
evoke copied to clipboard

Add XCode project generation

Open dascandy opened this issue 7 years ago • 2 comments

dascandy avatar Jun 10 '18 20:06 dascandy

For all the generators maybe a good way is to parse cmake -G output for list of generators and just pass whatever is available or supplied into the evoke tool. That will make the other project generation posts duplicates.

graph avatar Nov 15 '18 01:11 graph

@graph strictly speaking you can use the cmake export now to create a cmake project, and then use cmake to generate xcode or MSVC projects. It would be much better though to both skip a step of conversion (as it loses information and adds workarounds) and to not rely on people having CMake.

dascandy avatar Nov 30 '18 19:11 dascandy