How do I...

Valentin Pavlyuchenko thevalik at gmail.com
Tue Feb 9 19:41:22 GMT 2010


Hi,

Well, I don't know what kdevelop can do with cmake, but cmake itself
uses a scripting language. AFAIK those scripts (CMakeLists.txt) cannot
be easily modified by IDE or other programs, because generally you can
write a project in a hundred of ways with cmake.

Best regards,
Valentin Pavlyuchenko



2010/2/9 Alexander Puchmayr <alex at olymp.linznet.at>:
> Am Dienstag 09 Februar 2010 13:00:35 schrieb Valentin Pavlyuchenko:
>> Hi,
>>
>> Here are the things I know:
>>
>> Using cmake:
>> > 1) How do I create additional targets in the current project
>>
>> These commands define custom targets in cmake:
>>
>> add_executable()
>> add_library()
>> add_custom_target()
>>
> [...]
>
> thanks for all that suggestions, but isn't managing the underlying build
> environment and its configuration files the job of an IDE? Why isn't there a
> dialog where I can add/modify the targets and kdevelop does all necessary
> steps to integrate them into the cmake-files (or other files if other tools
> are used) ?
>
> Greetings
>    Alex
>
>
>
> _______________________________________________
> kdevelop mailing list
> kdevelop at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop
>




More information about the KDevelop mailing list