Re: [CMake] CMAKE_BUILD_DIR variable

2007-03-29 Thread Min Cu
variables in a text file on the build directory (created during the first run of the cmake) and then include it in the cmake script (run during make). I would like to know if there is a way of avoiding creating additional files? Thanks, Min From: "Alan W. Irwin" <[EMAIL PROTECTED

[CMake] CMAKE_BUILD_DIR variable

2007-03-29 Thread Min Cu
Hi, I need to use CMAKE_BUILD_DIR variable in my script to create additional files in that directory, however the variable is emty. Is there something extra I need to set it? I do not know the build directory beforehand, also it will vary for different developers. Also, when running make from

Re: [CMake] Force rebuild

2007-03-26 Thread Min Cu
ADD_CUSTOM_TARGET so that it includes the header file which it builds. Thanks, Min From: Bill Hoffman <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Min Cu <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], cmake@cmake.org Subject: Re: [CMake] Force rebuild Date: Mon, 26 Mar 2007 21

Re: [CMake] Force rebuild

2007-03-26 Thread Min Cu
p Lowman <[EMAIL PROTECTED]> CC: cmake@cmake.org, Min Cu <[EMAIL PROTECTED]> Subject: Re: [CMake] Force rebuild Date: Mon, 26 Mar 2007 09:49:58 -0400 Philip Lowman wrote: Min Cu wrote: I have a project which needs to be rebuild every time make is called (whether the project has changed

[CMake] Force rebuild

2007-03-26 Thread Min Cu
I have a project which needs to be rebuild every time make is called (whether the project has changed or not). How do I do it? Thanks, Min _ Solve the Conspiracy and win fantastic prizes. http://www.theconspiracygame.co.uk/ ___