I have been spoiled by my previous IDEs and never needed to know anything about the build environment.<br><br>I just started to get my feet wet with CMakeList.txt so what you have written below has virtually not meaning to me.<br>
Perhaps a little more detail would be helpful.<br><br>Thanks<br><br><div class="gmail_quote">On Mon, Nov 29, 2010 at 10:08 AM, Leon Pollak <span dir="ltr"><<a href="mailto:leonp@plris.com">leonp@plris.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">On Monday November 29 2010, Michael Hart wrote:<br>
> I know this to be very simple to do with Kdevelop 3.x.y and for that matter<br>
> MV visual studio<br>
><br>
> Today is my last attempt to use Kdevelop4 and because kdevelop3 is broken<br>
> under all versions of openSuSE 11.x I have to totally abandon the Kdevelop<br>
> environment in favor of something else for the only great think I see about<br>
> Kdevelop 4 thus far is the intellisence of the editor.<br>
><br>
><br>
> I have about 300 C++ files in a directory and all I want to compile them<br>
> into a libraries and executable without resorting to some type of manual<br>
> convolution with the build system such as Cmake<br>
><br>
> Kdevelop 3 and for that matter all the other IDEs I have ever used over<br>
> that past 10 years you simply add the file to a project or even easier a<br>
> directory and you are ready to build.<br>
><br>
> Kdevelop 4 environment seems to want me to manually manipulate<br>
> CMakeList.txt file.<br>
><br>
> Is there an automated way to make these CMakeLIst.txt files?<br>
</div></div>I use the following Cmake operator to compile everything in ./src directory:<br>
file (GLOB_RECURSE MAIN_SOURCES FOLLOW_SYMLINKS ./src/*.cpp)<br>
Have you tried this?<br>
<font color="#888888">--<br>
Leon<br>
<br>
_______________________________________________<br>
kdevelop mailing list<br>
<a href="mailto:kdevelop@kdevelop.org">kdevelop@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop</a><br>
</font></blockquote></div><br>