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 directory. During
build, I do following:

mkdir build
cd build
cmake ..
make

The problem is how can I copy ../window.xml to the "build" directory?
_______________________________________________
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

Reply via email to