On Friday 24 August 2007 12:25:47 Jack Kelly wrote:
> Dizzy wrote:
> > To solve this in automake I just created some dummy "<stuff>_dir"
> > variables that automake interpreted and created those empty directories
> > on install. I would like to know if there is something similar for cmake,
> > thank you!
>
> You could try assembling the empty directory structure with
>
> FILE(MAKE_DIRECTORY ${foo_BINARY_DIR}/path)
>
> and install that.

Nice idea. Done that and works very well. Thank you!

-- 
Mihai RUSU                                      Email: [EMAIL PROTECTED]
                        "Linux is obsolete" -- AST
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to