Re: [CMake] How to copy files to the directory of executable file.

2009-03-19 Thread Jonatan Bijl
ndif(NOT ${in_file} MATCHES ".*/CVS.*") ENDFOREACH(in_file) ENDMACRO(COPY_DIRECTORY_IF_CHANGED) -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Werner Smekal Sent: 19 March 2009 08:07 To: Dancefire Cc: cmake@cmake.org

Re: [CMake] How to copy files to the directory of executable file.

2009-03-19 Thread Werner Smekal
Hi, On 19.03.2009, at 02:28, Dancefire wrote: Hi, I'm working on a simple gtkmm program. I use CMake for the makefile generator. I use GtkBuilder to create the window form, so I need a non-executable file, "window.xml", locate at the same directory of executable file which just build.

[CMake] How to copy files to the directory of executable file.

2009-03-18 Thread Dancefire
Hi, I'm working on a simple gtkmm program. I use CMake for the makefile generator. I use GtkBuilder to create the window form, so I need a non-executable file, "window.xml", locate at the same directory of executable file which just build. The directory structure is simple, every files on the top