Re: [CMake] postBuildInstallation howto

2010-11-15 Thread luxInteg
On Saturday 13 November 2010 20:43:12 Michael Hertling wrote: > IIRC, the INSTALL() command with the FILES, PROGRAMS and DIRECTORY > signature may appear in any CMakeLists.txt, but with the TARGETS > signature, it must be placed in the same CMakeLists.txt as the > targets it refers to. Anyway, IMO

Re: [CMake] postBuildInstallation howto

2010-11-13 Thread Michael Hertling
On 11/13/2010 08:06 PM, luxInteg wrote: > Greetings, > > I am learning cmake > > > --I want to know how to set the installation directory tree. Is this done > in the CMakeList.txt in the base directory; if not where and how? IIRC, the INSTALL() command with the FILES, PROGRAMS and DIRECTORY

[CMake] postBuildInstallation howto

2010-11-13 Thread luxInteg
Greetings, I am learning cmake --I want to know how to set the installation directory tree. Is this done in the CMakeList.txt in the base directory; if not where and how? --I want to install man pages, TEX files etc, I checked this http://www.cmake.org/Wiki/CMake:Install_Commands but di