From e0f650bc87895af08d5f6c6df0d30f50a77e4fe6 Mon Sep 17 00:00:00 2001 From: Hashim Sharif <hsharif3@tyler.cs.illinois.edu> Date: Mon, 30 Dec 2019 01:10:52 -0600 Subject: [PATCH] Adding header include path in HPVM tools CMakeLists --- llvm/tools/hpvm/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/tools/hpvm/CMakeLists.txt b/llvm/tools/hpvm/CMakeLists.txt index 3ea7a4199b..048c757edc 100644 --- a/llvm/tools/hpvm/CMakeLists.txt +++ b/llvm/tools/hpvm/CMakeLists.txt @@ -1 +1,2 @@ +include_directories(./include/) add_subdirectory(lib) -- GitLab