On Sun, Feb 15, 2009 at 11:02 PM, Pavel Shevaev wrote:
> Sorry folks, I'm replying to myself - I think I've found a solution:
> mark directory containing infrequently changing paths using
> "set_directory_properties", e.g:
>
> set_directory_properties(PROPERTIES INCLUDE_REGULAR_EXPRESSION "^$")
A
Sorry folks, I'm replying to myself - I think I've found a solution:
mark directory containing infrequently changing paths using
"set_directory_properties", e.g:
set_directory_properties(PROPERTIES INCLUDE_REGULAR_EXPRESSION "^$")
--
Best regards, Pavel
__
Hi folks,
I'm new to CMake and quite happy about it(especially after having
tried SCons and WAF), thank you guys, you're doing great job.
The only issue bothering me at the moment is
"include_regular_expression" command which I can't make work properly.
I'm developing quite a large project which