[cmake-developers] XCode Unit Test Bundle targets support
Robert Goulet
Robert.Goulet at autodesk.com
Thu Nov 12 12:47:59 EST 2015
Hi all,
In XCode we can add a target of type "Test", specifically for us is the "iOS Unit Test Bundle" that is interesting, because with it we can write iOS test cases that will install, launch and close the app on the iOS device.
Does CMake has started to support any of this yet? And if no, what would be the preferable route to follow, since this seems to be XCode specific, but in the end we would probably need a command similar to add_library or add_executable, but that adds this type of target.
Thanks!
-Robert Goulet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20151112/8d8190e1/attachment.html>
More information about the cmake-developers
mailing list