summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-05-03 00:03:07 +0200
committerMattes D <github@xoft.cz>2015-05-03 00:03:07 +0200
commite6eeee84e014568ffbfa69f4209aee067d2ec763 (patch)
tree4bfc2ef5d18b34d1a53f5516ae8fc7ea9c1f5461 /src
parentFixed error in webadmin home page (diff)
parentUpdate submodules (diff)
downloadcuberite-e6eeee84e014568ffbfa69f4209aee067d2ec763.tar
cuberite-e6eeee84e014568ffbfa69f4209aee067d2ec763.tar.gz
cuberite-e6eeee84e014568ffbfa69f4209aee067d2ec763.tar.bz2
cuberite-e6eeee84e014568ffbfa69f4209aee067d2ec763.tar.lz
cuberite-e6eeee84e014568ffbfa69f4209aee067d2ec763.tar.xz
cuberite-e6eeee84e014568ffbfa69f4209aee067d2ec763.tar.zst
cuberite-e6eeee84e014568ffbfa69f4209aee067d2ec763.zip
Diffstat (limited to 'src')
-rw-r--r--src/Bindings/CMakeLists.txt2
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/PolarSSL++/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Bindings/CMakeLists.txt b/src/Bindings/CMakeLists.txt
index 4cc73b350..366284fcb 100644
--- a/src/Bindings/CMakeLists.txt
+++ b/src/Bindings/CMakeLists.txt
@@ -142,5 +142,5 @@ set_source_files_properties(${CMAKE_SOURCE_DIR}/src/Bindings/Bindings.cpp PROPER
if(NOT MSVC)
add_library(Bindings ${SRCS} ${HDRS})
- target_link_libraries(Bindings lua sqlite tolualib polarssl)
+ target_link_libraries(Bindings lua sqlite tolualib mbedtls)
endif()
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b91c4f65a..e04e6311f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -324,4 +324,4 @@ endif ()
if (WIN32)
target_link_libraries(${EXECUTABLE} expat tolualib ws2_32.lib Psapi.lib)
endif()
-target_link_libraries(${EXECUTABLE} luaexpat jsoncpp polarssl zlib sqlite lua SQLiteCpp event_core event_extra)
+target_link_libraries(${EXECUTABLE} luaexpat jsoncpp mbedtls zlib sqlite lua SQLiteCpp event_core event_extra)
diff --git a/src/PolarSSL++/CMakeLists.txt b/src/PolarSSL++/CMakeLists.txt
index 39d41292d..b11d16e33 100644
--- a/src/PolarSSL++/CMakeLists.txt
+++ b/src/PolarSSL++/CMakeLists.txt
@@ -37,6 +37,6 @@ if(NOT MSVC)
add_library(PolarSSL++ ${SRCS} ${HDRS})
if (UNIX)
- target_link_libraries(PolarSSL++ polarssl)
+ target_link_libraries(PolarSSL++ mbedtls)
endif()
endif()