Hi,<br><br>I&#39;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, &quot;window.xml&quot;, locate at the same directory of executable file which just build.<br>
<br>The directory structure is simple, every files on the top directory. During build, I do following:<br><br>mkdir build<br>cd build<br>cmake ..<br>make<br><br>The problem is how can I copy ../window.xml to the &quot;build&quot; directory?<br clear="all">
<br>