CMake: remove direct jsoncpp dependency in libevmasm

This commit is contained in:
Alexander Arlt
2018-04-20 20:37:26 +01:00
committed by Alex Beregszaszi
parent 72b0412ef6
commit 70fcf1a8e0
+1 -1
View File
@@ -2,4 +2,4 @@ file(GLOB sources "*.cpp")
file(GLOB headers "*.h")
add_library(evmasm ${sources} ${headers})
target_link_libraries(evmasm PUBLIC jsoncpp devcore)
target_link_libraries(evmasm PUBLIC devcore)