Changed: #956 hardcoded linking to expat for now

This commit is contained in:
rti 2010-06-03 09:46:12 +02:00
parent b5f889693c
commit af91488611

View file

@ -87,7 +87,8 @@ TARGET_LINK_LIBRARIES(client ${PLATFORM_LINKFLAGS}
${LIBWWW_LIBRARY}
${Boost_LIBRARIES}
seven_zip
luabind)
luabind # TODO: find luabind and expat cleanly using a find script
expat)
IF(NOT WITH_COCOA)
TARGET_LINK_LIBRARIES(client ${X11_LIBRARIES})