diff options
author | Mattes D <github@xoft.cz> | 2015-01-24 12:58:27 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-01-27 14:53:26 +0100 |
commit | 80a386cbc477e234171c357d4aa035a00e3c1273 (patch) | |
tree | 56b98061f9d5c1f45e5ac3a58290f8007bfcc43c /src/OSSupport/CMakeLists.txt | |
parent | WebAdmin uses the new cNetwork API. (diff) | |
download | cuberite-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 |
Diffstat (limited to 'src/OSSupport/CMakeLists.txt')
-rw-r--r-- | src/OSSupport/CMakeLists.txt | 2 |
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() |