Removing unused file.
This commit is contained in:
parent
71bd7a91d0
commit
4c8da316ea
2 changed files with 1 additions and 2 deletions
|
@ -39,6 +39,7 @@ find_package (LevelDB REQUIRED)
|
|||
include_directories (${LevelDB_INCLUDE_PATH})
|
||||
|
||||
add_library (ed25519
|
||||
ed25519-donna/ed25519-donna-portable.h
|
||||
ed25519-donna/ed25519-hash-custom.h
|
||||
ed25519-donna/ed25519-randombytes-custom.h
|
||||
ed25519-donna/ed25519.h
|
||||
|
@ -64,7 +65,6 @@ endif (APPLE)
|
|||
|
||||
add_library (secure
|
||||
${PLATFORM_NODE_SOURCE}
|
||||
rai/config.cpp
|
||||
rai/config.hpp
|
||||
rai/secure.cpp
|
||||
rai/secure.hpp
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
#include <rai/config.hpp>
|
Loading…
Add table
Add a link
Reference in a new issue