1
0

Fixed missing LibEvent reference in OSSupport.

This commit is contained in:
Mattes D 2015-01-24 12:58:27 +01:00
parent f477b524bb
commit 80a386cbc4

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()