[CMake] wxWidgets: 2.8.9
Steven Van Ingelgem
steven at vaningelgem.be
Fri Oct 3 06:42:35 EDT 2008
Please note that the current wxWidgets file cannot find unicode projects...
So you should add "mswu/build.cfg mswud/build.cfg" to the FIND_PATH as
written below:
IF(BUILD_SHARED_LIBS)
FIND_PATH(wxWidgets_LIB_DIR
NAMES msw/build.cfg mswd/build.cfg *mswu/build.cfg mswud/build.cfg*
PATHS
${WX_ROOT_DIR}/lib/${WX_LIB_DIR_PREFIX}_dll # prefer shared
${WX_ROOT_DIR}/lib/${WX_LIB_DIR_PREFIX}_lib
DOC "Path to wxWidgets libraries?"
NO_DEFAULT_PATH
)
ELSE(BUILD_SHARED_LIBS)
FIND_PATH(wxWidgets_LIB_DIR
NAMES msw/build.cfg mswd/build.cfg *mswu/build.cfg mswud/build.cfg*
PATHS
${WX_ROOT_DIR}/lib/${WX_LIB_DIR_PREFIX}_lib # prefer static
${WX_ROOT_DIR}/lib/${WX_LIB_DIR_PREFIX}_dll
DOC "Path to wxWidgets libraries?"
NO_DEFAULT_PATH
)
ENDIF(BUILD_SHARED_LIBS)
Greetings,
Steven
2008/10/3 Steven Van Ingelgem <steven at vaningelgem.be>
> Is it possible to add wxWidgets 2.8.9 to the list? It has been released as
> "stable".
>
>
> Thanks,
> Steven
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20081003/c110566e/attachment.htm>
More information about the CMake
mailing list