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
-- 

Attachment: signature.asc
Description: This is a digitally signed message part.

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to