Skip to content

Commit

Permalink
Merge pull request #874 from llange/fix-cmakelists
Browse files Browse the repository at this point in the history
fix small mistake in id_filter CMakeLists.txt
  • Loading branch information
dexterbg committed Apr 17, 2023
2 parents 327e27e + f0680e3 commit 68d9aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vehicle/OVMS.V3/components/id_filter/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
idf_component_register(SRCS "src/id_filter.cpp src/id_include_exclude_filter.cpp"
idf_component_register(SRCS "src/id_filter.cpp" "src/id_include_exclude_filter.cpp"
INCLUDE_DIRS src
PRIV_REQUIRES "main"
WHOLE_ARCHIVE)

0 comments on commit 68d9aee

Please sign in to comment.