[CMake] __FILE__ relative path

Rolf Eike Beer eike at sf-mail.de
Tue Dec 27 04:42:22 EST 2011


Am Dienstag, 27. Dezember 2011, 14:58:32 schrieb vivek goel:
> How can I make cmake to compile source with relative path ?
> 
> So that __FILE__ belongs to relative path of the file
> 
> or there is another way I can replace __FILE__ with some other variable ?

__FILE__ is implemented by the compiler, it has nothing to do with CMake. What 
you could do is calculate the relative path inside CMake, then write it to a 
file using CONFIGURE_FILE() and include that into your project.

Eike
-- 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://www.cmake.org/pipermail/cmake/attachments/20111227/32078b83/attachment.pgp>


More information about the CMake mailing list