summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-01-24 12:58:27 +0100
committerMattes D <github@xoft.cz>2015-01-27 14:53:26 +0100
commit80a386cbc477e234171c357d4aa035a00e3c1273 (patch)
tree56b98061f9d5c1f45e5ac3a58290f8007bfcc43c
parentWebAdmin uses the new cNetwork API. (diff)
downloadcuberite-80a386cbc477e234171c357d4aa035a00e3c1273.tar
cuberite-80a386cbc477e234171c357d4aa035a00e3c1273.tar.gz
cuberite-80a386cbc477e234171c357d4aa035a00e3c1273.tar.bz2
cuberite-80a386cbc477e234171c357d4aa035a00e3c1273.tar.lz
cuberite-80a386cbc477e234171c357d4aa035a00e3c1273.tar.xz
cuberite-80a386cbc477e234171c357d4aa035a00e3c1273.tar.zst
cuberite-80a386cbc477e234171c357d4aa035a00e3c1273.zip
-rw-r--r--src/OSSupport/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/CMakeLists.txt b/src/OSSupport/CMakeLists.txt
index 9424b63da..c8e96cbec 100644
--- a/src/OSSupport/CMakeLists.txt
+++ b/src/OSSupport/CMakeLists.txt
@@ -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()