summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMinh Quang Luu <50074497+minminlittleshrimp@users.noreply.github.com>2023-04-12 16:19:34 +0700
committerGitHub <noreply@github.com>2023-04-12 11:19:34 +0200
commitfae02b466dfaee17dd0ac0368c7911d9654755d5 (patch)
treec1f3f696cd0a3994452b11b942d558ecfda117a2 /include
parent9212d3bbab6cf188c3fe78e2ed6a764e2a87c2bb (diff)
downloadDLT-daemon-fae02b466dfaee17dd0ac0368c7911d9654755d5.tar.gz
dlt_multiple_files: remove superfluous mode bits and add header file to header list (#462)
Signed-off-by: LUU QUANG MINH <Minh.LuuQuang@vn.bosch.com>
Diffstat (limited to 'include')
-rw-r--r--include/dlt/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dlt/CMakeLists.txt b/include/dlt/CMakeLists.txt
index ae05cc3..c2ee49a 100644
--- a/include/dlt/CMakeLists.txt
+++ b/include/dlt/CMakeLists.txt
@@ -21,7 +21,7 @@ configure_file(dlt_user.h.in dlt_user.h)
set(HEADER_LIST dlt.h dlt_user_macros.h dlt_client.h dlt_protocol.h
dlt_common.h dlt_types.h dlt_shm.h dlt_offline_trace.h
- dlt_filetransfer.h dlt_common_api.h
+ dlt_filetransfer.h dlt_common_api.h dlt_multiple_files.h
${CMAKE_CURRENT_BINARY_DIR}/dlt_version.h
${CMAKE_CURRENT_BINARY_DIR}/dlt_user.h)