diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2015-05-02 16:57:49 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2015-05-02 16:57:49 +0200 |
commit | 2919d08883bbf84f80368bd542da44a8147f1901 (patch) | |
tree | d04c40c954377ce562e2772e54b34f406956dbb8 /Tools/ProtoProxy | |
parent | CheckBasicStyle: Can check individual files or git commits. (diff) | |
download | cuberite-2919d08883bbf84f80368bd542da44a8147f1901.tar cuberite-2919d08883bbf84f80368bd542da44a8147f1901.tar.gz cuberite-2919d08883bbf84f80368bd542da44a8147f1901.tar.bz2 cuberite-2919d08883bbf84f80368bd542da44a8147f1901.tar.lz cuberite-2919d08883bbf84f80368bd542da44a8147f1901.tar.xz cuberite-2919d08883bbf84f80368bd542da44a8147f1901.tar.zst cuberite-2919d08883bbf84f80368bd542da44a8147f1901.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) |