Fixed missing LibEvent reference in OSSupport.

master
Mattes D 2015-01-24 12:58:27 +01:00
parent 32dd102988
commit 076c87f797
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,6 @@ if(NOT MSVC)
target_link_libraries(OSSupport rt)
endif()
target_link_libraries(OSSupport pthread)
target_link_libraries(OSSupport pthread event_core event_extra)
endif()
endif()