From 37f74ad27ef1d91759a63e6edca6b9d1b1e0ded0 Mon Sep 17 00:00:00 2001
From: Antonio Flores Montoya <afloresmontoya@grammatech.com>
Date: Mon, 29 Jul 2019 16:38:00 -0400
Subject: [PATCH] include directories with cmake

---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a6d3515..9baa56a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,6 +14,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
 option(USE_ELFIO "Use the elfio library to parse elf files" OFF)
 if(USE_ELFIO)
    add_definitions(-DUSE_ELFIO)
+   include_directories(${CMAKE_CURRENT_SOURCE_DIR}/third-party/elfio-code/)
 endif()
 
 # Use C++17
-- 
GitLab