<div dir="auto">Thanks! I'll try that.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em ter., 7 de mar. de 2023 17:28, Igor Kushnir <<a href="mailto:igorkuo@gmail.com">igorkuo@gmail.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2023-03-07 19:20, TarcĂ­sio Fischer wrote:<br>
> Hey all.<br>
> <br>
> Im trying to understand your code that handles cmake in the plugins/cmake/ <br>
> subdir. Does anyone have an historical overview on how this was done, and how is <br>
> it maintained?<br>
<br>
Hi Tarcisio,<br>
<br>
KDevelop uses <a href="https://cmake.org/cmake/help/latest/manual/cmake-file-api.7.html" rel="noreferrer noreferrer" target="_blank">https://cmake.org/cmake/help/latest/manual/cmake-file-api.7.html</a> <br>
if CMake version is >= 3.14 (see kdevelop/plugins/cmake/cmakefileapi.*). There <br>
are several older implementations, which are used for older CMake versions. If <br>
you don't care much about older CMake versions, simply using the file API is <br>
probably the most reasonable option.<br>
<br>
Cheers,<br>
Igor<br>
</blockquote></div>