Hi,

I'm try to get my link to depend on a pre-existing file that contains
linker segment information "link.prm".

I thought that by just adding this to the executable dependency list
this should work:

        ADD_EXECUTABLE (${THIS_APP} ${THIS_SRC}
${CMAKE_SOURCE_DIR}/link.prm)

Alas, it seems to have no effect. The generated "build.make" contains no
dependency references for "link.prm".

Is this the correct way of doing this?

 - TrevK
_______________________________________________
CMake mailing list
[EMAIL PROTECTED]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to