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
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.
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