Skip to content

Commit

Permalink
Tweak file(GLOB_RECURSE) patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Oct 15, 2023
1 parent 22b8a8e commit fc9c419
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/decoders/dynamic_library/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
file(GLOB_RECURSE SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/src/*.c*
${CMAKE_CURRENT_SOURCE_DIR}/src/*.h*
${CMAKE_CURRENT_SOURCE_DIR}/*.h*
)
set(DECODERS_DYNAMIC_LIBRARY_SOURCES)
list(APPEND DECODERS_DYNAMIC_LIBRARY_SOURCES ${SOURCES})
Expand Down
3 changes: 0 additions & 3 deletions src/decoders/novatel/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@

file(GLOB_RECURSE SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/src/*.c*
${CMAKE_CURRENT_SOURCE_DIR}/src/rangecmp/*.c*
${CMAKE_CURRENT_SOURCE_DIR}/src/rangecmp/*.h*
${CMAKE_CURRENT_SOURCE_DIR}/src/*.h*
${CMAKE_CURRENT_SOURCE_DIR}/*.h*
)
set(NOVATEL_SOURCES)
list(APPEND NOVATEL_SOURCES ${SOURCES})
Expand Down
1 change: 0 additions & 1 deletion src/hw_interface/dynamic_library/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
file(GLOB_RECURSE SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/src/*.c*
${CMAKE_CURRENT_SOURCE_DIR}/src/*.h*
${CMAKE_CURRENT_SOURCE_DIR}/*.h*
)
set(HWINTERFACE_DYNAMIC_LIBRARY_SOURCES)
list(APPEND HWINTERFACE_DYNAMIC_LIBRARY_SOURCES ${SOURCES})
Expand Down
1 change: 0 additions & 1 deletion src/hw_interface/stream_interface/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
file(GLOB_RECURSE SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/src/*.c*
${CMAKE_CURRENT_SOURCE_DIR}/src/*.h*
${CMAKE_CURRENT_SOURCE_DIR}/*.h*
)
set(STREAM_SOURCES)
list(APPEND STREAM_SOURCES ${SOURCES})
Expand Down

0 comments on commit fc9c419

Please sign in to comment.