Some cleanup regarding libdevcore. Also rename to avoid conflicts.

This commit is contained in:
chriseth
2016-08-06 11:14:28 +02:00
parent 3c93a22d47
commit 226ed7b9dc
9 changed files with 3 additions and 292 deletions
-4
View File
@@ -33,10 +33,6 @@
#include "Exceptions.h"
#include <json/json.h>
namespace Json
{
class Value;
}
namespace dev
{
namespace eth
+1 -1
View File
@@ -8,7 +8,7 @@ file(GLOB HEADERS "*.h")
include_directories(BEFORE ..)
add_library(${EXECUTABLE} ${SRC_LIST} ${HEADERS})
eth_use(${EXECUTABLE} REQUIRED Dev::devcore)
eth_use(${EXECUTABLE} REQUIRED Jsoncpp Dev::devcore)
install( TARGETS ${EXECUTABLE} RUNTIME DESTINATION bin ARCHIVE DESTINATION lib LIBRARY DESTINATION lib )
install( FILES ${HEADERS} DESTINATION include/${EXECUTABLE} )