X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=CMakeLists.txt;h=36a66d7d422794ee0d5fa433b5f040878ab84d81;hb=ac735e53ea1a00b4856f8aacb4b16aadf9570248;hp=1593b5981e7f1617781b14499ff7204ab47a9e1d;hpb=499476f1bc6cd641c0c60e8286d5a484543f3c18;p=dragonnet-example.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 1593b59..36a66d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ set(CMAKE_BUILD_TYPE Debug) link_libraries( pthread + z ) set(DEPS_DIR "${CMAKE_SOURCE_DIR}/deps/")