removing AGPL code
This commit is contained in:
parent
8087aa66d0
commit
d93744cf79
1 changed files with 2 additions and 3 deletions
|
|
@ -169,7 +169,6 @@ set( fc_sources
|
||||||
src/crypto/rand.cpp
|
src/crypto/rand.cpp
|
||||||
src/crypto/salsa20.cpp
|
src/crypto/salsa20.cpp
|
||||||
#src/crypto/scrypt.cpp
|
#src/crypto/scrypt.cpp
|
||||||
src/crypto/romix.cpp
|
|
||||||
src/network/tcp_socket.cpp
|
src/network/tcp_socket.cpp
|
||||||
src/network/udp_socket.cpp
|
src/network/udp_socket.cpp
|
||||||
src/network/udt_socket.cpp
|
src/network/udt_socket.cpp
|
||||||
|
|
@ -289,8 +288,8 @@ ENDIF()
|
||||||
add_executable( api tests/api.cpp )
|
add_executable( api tests/api.cpp )
|
||||||
target_link_libraries( api fc )
|
target_link_libraries( api fc )
|
||||||
|
|
||||||
#add_executable( blind tests/blind.cpp )
|
add_executable( blind tests/blind.cpp )
|
||||||
#target_link_libraries( blind fc ${ECC_LIB} )
|
target_link_libraries( blind fc )
|
||||||
|
|
||||||
include_directories( vendor/websocketpp )
|
include_directories( vendor/websocketpp )
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue