diff --git a/CMakeLists.txt b/CMakeLists.txt index 22323d70..7d5f8214 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -144,6 +144,7 @@ IF(WIN32) ENDIF(CMAKE_COMPILER_IS_GNUCXX) ADD_DEFINITIONS(-DWIN32_NO_CONSOLE) ELSE(WIN32) + SET(ADDITIONAL_LIBRARIES -lpthread) SET(SOURCES ${SOURCES} src/framework/platform/x11platform.cpp) ENDIF(WIN32) diff --git a/TODO b/TODO index a1742d29..a8d1d94d 100644 --- a/TODO +++ b/TODO @@ -4,4 +4,5 @@ hotkeys events in lua make password text edit hidden load modules from zip packages ip/host/rsa configuration -review directories search \ No newline at end of file +review directories search +move tibia fonts to tibiafiles module \ No newline at end of file