diff options
author | Mattes D <github@xoft.cz> | 2015-05-03 00:03:07 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-05-03 00:03:07 +0200 |
commit | e6eeee84e014568ffbfa69f4209aee067d2ec763 (patch) | |
tree | 4bfc2ef5d18b34d1a53f5516ae8fc7ea9c1f5461 /Tools/ProtoProxy | |
parent | Fixed error in webadmin home page (diff) | |
parent | Update submodules (diff) | |
download | cuberite-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 'Tools/ProtoProxy')
-rw-r--r-- | Tools/ProtoProxy/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/ProtoProxy/CMakeLists.txt b/Tools/ProtoProxy/CMakeLists.txt index 132a14f78..ce64db38d 100644 --- a/Tools/ProtoProxy/CMakeLists.txt +++ b/Tools/ProtoProxy/CMakeLists.txt @@ -105,5 +105,5 @@ add_executable(ProtoProxy ${SHARED_OSS_HDR} ) -target_link_libraries(ProtoProxy zlib polarssl) +target_link_libraries(ProtoProxy zlib mbedtls) |