[CMake] Patches with "your name" all over them?

Andreas Pakulat apaku at gmx.de
Mon Mar 23 17:32:10 EDT 2009


On 23.03.09 16:29:24, Bob Tanner wrote:
> On 2009-03-23 02:36:37 -0500, Andreas Pakulat <apaku at gmx.de> said:
>
>>> Looking into cmake files, I do see my name all over :-)
>>
>> Seems like you did an in-source build. CMake suggests to use out-of-source
>> builds at all times so your source directory stays clean.
>
> Excellent. Thank you! "My name" is gone.
>
> Have another question. doing out-of-source build and I have src files  
> that include QT .moc files, but cannot find them.
>
> Normally this files .moc files get generated in the src directory, but  
> out-of-source build put the .moc files into the build/src directory.

Its normal to add CMAKE_CURRENT_BINARY_DIR or CMAKE_BINARY_DIR to the
include_directories() call. (am not 100% sure about the variable names as
this is from the top of my head)

Andreas

-- 
You may be gone tomorrow, but that doesn't mean that you weren't here today.


More information about the CMake mailing list