[CMake] INSTALL(NEW_DIRECTORY...) ?

Dizzy dizzy at roedu.net
Fri Aug 24 06:01:46 EDT 2007


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: dizzy at roedu.net
			"Linux is obsolete" -- AST


More information about the CMake mailing list