From 8a0fff83f1b447d952410a76674cba1011a47387 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 6 Nov 2014 14:50:18 +0100 Subject: Moved instructions and assembly to new libevmcore. --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f425bba4..f335dd75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,8 +16,7 @@ file(GLOB HEADERS "*.h") include_directories(..) -# @todo we only depend on Assembly, not on all of lll -target_link_libraries(${EXECUTABLE} evmface devcore lll) +target_link_libraries(${EXECUTABLE} evmcore devcore) install( TARGETS ${EXECUTABLE} ARCHIVE DESTINATION lib LIBRARY DESTINATION lib ) install( FILES ${HEADERS} DESTINATION include/${EXECUTABLE} ) -- cgit v1.2.3