[CMake] need help with modified helloworld

2007-07-24 Thread Andy Dingfelder
I'm wondering if someone could help me with a simple change to the helloworld example I have gotten the helloworld to work with either windows output or linux output, by changing the base CMakeLists.txt file but am struggling on how to build both the current example is set up as follows: CMakeEx

Re: [CMake] need help with modified helloworld

2007-07-24 Thread Clark J. Wang
On 7/25/07, Andy Dingfelder <[EMAIL PROTECTED]> wrote: I'm wondering if someone could help me with a simple change to the helloworld example I have gotten the helloworld to work with either windows output or linux output, by changing the base CMakeLists.txt file but am struggling on how to buil

Re: [CMake] need help with modified helloworld

2007-07-24 Thread Brandon Van Every
On 7/25/07, Andy Dingfelder <[EMAIL PROTECTED]> wrote: CMakeExample/linuxBuild/CmakeLists.txt CMakeExample/windowsBuild/CmakeLists.txt This makes no sense. You don't write different CMakeLists.txt for different systems, you just do things like IF(UNIX) and IF(WIN32). basically I want the he

Re: [CMake] need help with modified helloworld

2007-07-25 Thread Alexander Neundorf
On Wednesday 25 July 2007 00:19, Andy Dingfelder wrote: > I'm wondering if someone could help me with a simple change to the > helloworld example > > I have gotten the helloworld to work with either windows output or > linux output, by changing the base CMakeLists.txt file but am struggling > on ho