Re: [CMake] Xcode generator fails to heed add_custom_command() DEPENDS

2013-07-14 Thread Paul Smith
On Sun, 2013-07-14 at 19:35 +, David Cole wrote: > > DEPENDS ${targetname} > > Instead of using a targetname here in the add_custom_command call, use > a file name. That’s known to work with the Xcode generator. (I > think... it’s been a while since I did it personally using Xcode, but >

Re: [CMake] Trying to find the best way to compile C code to both C and C++ libraries

2013-07-14 Thread Jimi Damon
Please pardon my last message. I found a thread from 2013-01-09  that kgardenia42 wrote and it pretty much addresses everything that I need. -Jimi On 07/14/2013 01:49 PM, Jimi Damon wrote: Hi, I am new-ish to Cmake

[CMake] Re: Xcode generator fails to heed add_custom_command() DEPENDS

2013-07-14 Thread David Cole
> DEPENDS ${targetname} Instead of using a targetname here in the add_custom_command call, use a file name. That’s known to work with the Xcode generator. (I think... it’s been a while since I did it personally using Xcode, but simple to try...) HTH, David-- Powered by www.kitware.com