[CMake] INSTALLing a directory

Benjamin THYREAU thyreau at shfj.cea.fr
Mon Jun 26 06:30:21 EDT 2006


Hi,
i want to copy a whole recursive directory of runtime files, during the 
INSTALL phase.
I use FILE(GLOB_RECURSE to catch the files, but then, it loses the 
subdirectory structure.
(ie. python/__init__.py and python/test/something.py got both INSTALLed on the 
same DESTINATION directory..)
Did anyone had the same problem ?
Thanks


More information about the CMake mailing list