From 158751cb2db8d2e11e38cbc926d0a979f8a8350a Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Sat, 3 Aug 2013 14:46:52 -0700 Subject: various fixes for first time user * added linking to libsodium * fixed links to docs to point to wiki --- core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'core/CMakeLists.txt') diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 36acb6cf..5bd496cb 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -17,3 +17,4 @@ set(core_sources Messenger.c) add_library(toxcore SHARED ${core_sources}) +target_link_libraries(toxcore ${SODIUM_LIBRARY}) -- cgit v1.2.3