[CMake] install an empty directory
David Cole
david.cole at kitware.com
Wed Jul 19 09:07:59 EDT 2006
How about:
INSTALL(CODE "MAKE_DIRECTORY(\"lib/chicken/1\")")
Brandon J. Van Every wrote:
> In CMake 2.4.2, to install an empty directory I tried
>
> # Destination for eggs. No eggs to install though.
> INSTALL(FILES DESTINATION lib/chicken/1)
>
>
> but it doesn't do anything. Is there a way?
>
>
> Cheers,
> Brandon Van Every
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
More information about the CMake
mailing list