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 --- include/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/CMakeLists.txt') diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 38567dc..284984e 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -13,5 +13,6 @@ # For further information see http://www.genivi.org/. ####### -ADD_SUBDIRECTORY( dlt ) + +add_subdirectory( dlt ) -- cgit v1.2.1