From db69fb26004716d0cbcce73f3219ecbd8ba688e7 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Thu, 12 Feb 2015 20:46:29 -0600 Subject: [PATCH] App path needs to be included in secure. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4cf9c97..9b3c35de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,6 +55,7 @@ add_library (blake2 blake2/blake2b.c) add_library (secure + ${PLATFORM_NODE_SOURCE} rai/config.cpp rai/config.hpp rai/secure.cpp @@ -72,7 +73,6 @@ endif (APPLE) add_library (node rai/working.hpp - ${PLATFORM_NODE_SOURCE} rai/node.hpp rai/node.cpp)