From 6759193fc2f4db2758ef9a621ce65e2bc621839b Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Wed, 28 Jul 2021 14:31:29 +0900 Subject: cmake: Correct added subdirectories Signed-off-by: Saya Sugiura --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 425befa..1102fe3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -261,7 +261,7 @@ endif() add_subdirectory(doc) add_subdirectory(src) -add_subdirectory(include/dlt) +add_subdirectory(include) add_subdirectory(testscripts) if (WITH_DLT_UNIT_TESTS) find_package(GTest) -- cgit v1.2.1