From e47e2fb13369ff7d1c9e7728bb793ee56640afe1 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Tue, 1 Aug 2017 23:39:18 -0400 Subject: Refactor IL instruction access APIs --- examples/llil_parser/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/llil_parser/CMakeLists.txt') diff --git a/examples/llil_parser/CMakeLists.txt b/examples/llil_parser/CMakeLists.txt index 5a0676e0..6d782109 100644 --- a/examples/llil_parser/CMakeLists.txt +++ b/examples/llil_parser/CMakeLists.txt @@ -5,7 +5,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) project(LLIL_Parser) #----------------------------------------------------------------------------- -include_directories("inc/") include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../..) #----------------------------------------------------------------------------- file( GLOB_RECURSE SRCS *.cpp *.h) -- cgit v1.3.1