diff --git a/code/ryzom/client/src/CMakeLists.txt b/code/ryzom/client/src/CMakeLists.txt index 1fe48c39f..763433c9a 100644 --- a/code/ryzom/client/src/CMakeLists.txt +++ b/code/ryzom/client/src/CMakeLists.txt @@ -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})