looking for windows developer to test cmake buildsystem
Peter Kümmel
syntheticpp at gmx.net
Tue Jan 31 20:23:06 CET 2006
Alexander Neundorf wrote:
> On Tuesday 31 January 2006 19:23, Peter Kümmel wrote:
> ...
>> The build process started by nmake then stops because
>> of a missing include path to the proprietary win stuff
>> which is located in /win, the headers in /win/include.
>
> Try whether putting the following in kdelibs/CMakeLists.txt helps:
>
> if (WIN32)
> include_directories( ${CMAKE_SOURCE_DIR}/win/include )
> endif (WIN32)
>
> Bye
> Alex
In the final version there must also be a switch for msvc/mingw.
Peter
More information about the Kde-buildsystem
mailing list