From 388fc983fa5480ec8498c399cf598991c63cfa22 Mon Sep 17 00:00:00 2001 From: Paweł Bylica Date: Tue, 22 Aug 2017 16:43:30 +0200 Subject: CMake: Cleanup "local" include path --- liblll/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'liblll') diff --git a/liblll/CMakeLists.txt b/liblll/CMakeLists.txt index 1cc37da3..4cdc073a 100644 --- a/liblll/CMakeLists.txt +++ b/liblll/CMakeLists.txt @@ -3,4 +3,3 @@ file(GLOB headers "*.h") add_library(lll ${sources} ${headers}) target_link_libraries(lll PUBLIC evmasm devcore) -target_include_directories(lll PUBLIC ..) -- cgit