Skip to content

Commit

Permalink
Fix .net CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkimi committed Sep 9, 2024
1 parent c37c4aa commit 8414b6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mdflibrary/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ if (MDF_BUILD_SHARED_LIB_NET)
src/MdfSourceInformation.cpp src/MdfSourceInformation.h
src/Mdfwriter.cpp src/Mdfwriter.h
src/CanMessage.cpp src/CanMessage.h
src/MdfNetHelper.cpp src/MdfNetHelper.h
src/MdfTimestamp.cpp src/MdfTimestamp.h
src/MdfFileTimestamp.cpp src/MdfFileTimestamp.h
)
set_target_properties(mdflibrary PROPERTIES COMMON_LANGUAGE_RUNTIME "")
else()
Expand Down

0 comments on commit 8414b6e

Please sign in to comment.