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 did not see any references to files of the latter types -So how are these installed from a ~/doc directory in the build tree? --If say one has a directory named INCLUDE in the build tree and one sets the files therein as ${headers} does one do INSTALL_FILES(/include ${headers}) to install into ${Install_prefix}/include and is it done from a CMakeLists.txt within ~/INCLUDE to effect installation OR do you do otherwise and if so how so? sincerely luxInteg _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
