multiple pathes in cmake variables

William A. Hoffman billlist at nycap.rr.com
Fri Feb 10 15:03:04 CET 2006


At 03:31 AM 2/10/2006, you wrote:
>Ralf Habacker schrieb:
>> Hi,
>>
>> kdewin32 requires two additional pathes to include. I have tried
>>
>>
>> KDEWIN32_INCLUDE_DIR:PATH=c:\daten\kde4\kdelibs\win\include;c:\daten\kde4\kdelibs\win\include\mingw;
>>

Use UNIX style paths, / and not \ if you are passing variables to cmake.
But you should not have to set these variables, as cmake should find KDEWIN32 if
it is correctly in CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH.



-Bill



More information about the Kde-buildsystem mailing list