summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 )