Re: [CMake] Creating symbolic links

2009-02-05 Thread Tyler Roscoe
On Thu, Feb 05, 2009 at 08:19:31AM -0800, Tyler Roscoe wrote: > On Thu, Feb 05, 2009 at 09:11:10AM -0500, Schrader, Glenn wrote: > > I'm having some trouble with one of my CMakeLists.txt files. What I want to > > do is to create a symbolic link to a file in another directory if it > > doesn't alr

Re: [CMake] Creating symbolic links

2009-02-05 Thread Tyler Roscoe
On Thu, Feb 05, 2009 at 09:11:10AM -0500, Schrader, Glenn wrote: > I'm having some trouble with one of my CMakeLists.txt files. What I want to > do is to create a symbolic link to a file in another directory if it doesn't > already exist. The commands that looked to my like they should work are:

[CMake] Creating symbolic links

2009-02-05 Thread Schrader, Glenn
I'm having some trouble with one of my CMakeLists.txt files. What I want to do is to create a symbolic link to a file in another directory if it doesn't already exist. The commands that looked to my like they should work are: ADD_CUSTOM_TARGET(run echo "run a test") ADD_CUSTOM_COMMAND(OUTPUT myL