Re: [CMake] Does CMake cannot handle directory name with space?

2009-03-20 Thread Dancefire
On Fri, Mar 20, 2009 at 10:52 PM, Philip Lowman wrote: > On Fri, Mar 20, 2009 at 2:38 AM, Dancefire wrote: > >> Hi, Philip, >> >> I tested your script FindGTK2.cmake on my computer, I got some problems, >> but I fixed them. The problem is that I install gtkmm on

Re: [CMake] Does CMake cannot handle directory name with space?

2009-03-19 Thread Dancefire
\\2.4;Path]/lib +[HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]/lib ) IF(NOT GTK2_SKIP_MARK_AS_ADVANCED) MARK_AS_ADVANCED(${_var}_DEBUG) === CUT END === On Fri, Mar 20, 2009 at 2:45 PM, Philip Lowman wrote: > On Thu, Mar 19, 2009 at 8:24 PM, Dancefire wro

[CMake] Does CMake cannot handle directory name with space?

2009-03-19 Thread Dancefire
Hi, I'm working on a gtkmm program. I got success using CMake under Linux. However, I got problems when I try to use it under Windows. My gtkmm installation directory is "E:\Program Files\gtkmm", I also use boost, which I unzipped it under "E:\Program Files\boost_1_38_0". I put following lines i

[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