[CMake] Problem with set_source_files_properties
Mateusz Loskot
mateusz at loskot.net
Thu Jan 5 08:42:52 EST 2012
On 5 January 2012 12:31, vivek goel <goelvivek2011 at gmail.com> wrote:
> I am using code
> where f contains the file name
>
>
> set(MY_PATH "-D__RELATIVE_PATH__=\\\"ab\\\"")
> set_source_files_properties(${f} PROPERTIES
> COMPILE_FLAGS ${MY_PATH})
>
> I am not able to see -D__RELATIVE_PATH__ inside compilation flags.
You have read the 2nd paragraph of COMPILE_FLAGS section in manual, haven't you.
Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
More information about the CMake
mailing list