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