Changed: #956 hardcoded linking to expat for now
This commit is contained in:
parent
b5f889693c
commit
af91488611
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ TARGET_LINK_LIBRARIES(client ${PLATFORM_LINKFLAGS}
|
||||||
${LIBWWW_LIBRARY}
|
${LIBWWW_LIBRARY}
|
||||||
${Boost_LIBRARIES}
|
${Boost_LIBRARIES}
|
||||||
seven_zip
|
seven_zip
|
||||||
luabind)
|
luabind # TODO: find luabind and expat cleanly using a find script
|
||||||
|
expat)
|
||||||
|
|
||||||
IF(NOT WITH_COCOA)
|
IF(NOT WITH_COCOA)
|
||||||
TARGET_LINK_LIBRARIES(client ${X11_LIBRARIES})
|
TARGET_LINK_LIBRARIES(client ${X11_LIBRARIES})
|
||||||
|
|
Loading…
Reference in a new issue