You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clang format added line endings because the creation of single header needs extra line before EOF
Reformatted the spacing of the cmake for the tests
Added line before EOF in files.
Copy file name to clipboardExpand all lines: CMakeLists.txt
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ project(dbc
9
9
option(DBC_ENABLE_TESTS "Enable Unittests"ON)
10
10
option(DBC_TEST_LOCALE_INDEPENDENCE "Used to deterime if the libary is locale agnostic when it comes to converting floats. You need `de_DE.UTF-8` locale installed for this testing."OFF)
11
11
option(DBC_GENERATE_DOCS "Use doxygen if installed to generated documentation files"OFF)
12
+
option(DBC_GENERATE_SINGLE_HEADER "This will run the generator for the single header file version. Default is OFF since we make a static build. Requires cargo installed."OFF)
0 commit comments