From 143f1e0f86bcafa821bc5fda4d6de59427d6e284 Mon Sep 17 00:00:00 2001 From: Keuin Date: Fri, 27 May 2022 22:03:09 +0800 Subject: Threaded. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index bde7774..bfd5079 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,4 +9,4 @@ set(CMAKE_C_FLAGS_RELEASE "${common_compiler_args} -O3 -DNDEBUG") add_executable(fp_cracker main.c) -target_link_libraries(fp_cracker libtomcrypt.a) \ No newline at end of file +target_link_libraries(fp_cracker libtomcrypt.a pthread) \ No newline at end of file -- cgit v1.2.3