From cc21afaaff520a5691f302986e948f98a58699ca Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Fri, 28 Jun 2019 21:24:01 +0200 Subject: [PATCH] Fixed CMakeLists.txt dependencies --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e57ba3..9fb364a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ include_directories( ${SOFTFLOAT_INCLUDE_DIRS} ${LLVM_INCLUDE_DIRS} ) - +add_dependent_subproject(dbt-core) include_directories( ${PROJECT_SOURCE_DIR}/incl ${PROJECT_SOURCE_DIR}/../external/elfio