looking for windows developer to test cmake buildsystem
Alexander Neundorf
neundorf at kde.org
Tue Jan 31 20:09:55 CET 2006
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
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the Kde-buildsystem
mailing list