summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2021-07-28 14:31:29 +0900
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2021-10-05 11:19:26 +0900
commit6759193fc2f4db2758ef9a621ce65e2bc621839b (patch)
tree25a044e96b96ba163429e3a251869c3df1b83cc1
parenta8d57d390bb676602031e3f1bac5f75d67e16170 (diff)
downloadDLT-daemon-6759193fc2f4db2758ef9a621ce65e2bc621839b.tar.gz
cmake: Correct added subdirectories
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
-rw-r--r--CMakeLists.txt2
-rw-r--r--include/CMakeLists.txt3
2 files changed, 3 insertions, 2 deletions
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)
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 )