On Fri, Jun 18, 2010 at 12:59:39PM -0400, Clark Gaebel wrote: > What would I need to add to my CMakeLists.txt to make sure that a config > file in the src/ directory gets copied to the build output directory, > and the install directory when "make install" is run?
Have you looked at the install() command? tyler _______________________________________________ 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
