diff --git a/brute_force/www_brute/CMakeLists.txt b/brute_force/www_brute/CMakeLists.txt index 370c6db..47b733c 100644 --- a/brute_force/www_brute/CMakeLists.txt +++ b/brute_force/www_brute/CMakeLists.txt @@ -18,7 +18,8 @@ add_executable(${PROJECT_NAME} ../../common/md4.cpp ../../common/rc4.cpp ../../common/des.cpp + ../../common/curve25519-donna.cpp ../../common/winbox_message.cpp) -target_link_libraries(${PROJECT_NAME} ${Boost_LIBRARIES} -lpthread) \ No newline at end of file +target_link_libraries(${PROJECT_NAME} ${Boost_LIBRARIES} -lpthread)