diff --git a/src/decoders/dynamic_library/CMakeLists.txt b/src/decoders/dynamic_library/CMakeLists.txt index f949dd07c..0cba274ef 100644 --- a/src/decoders/dynamic_library/CMakeLists.txt +++ b/src/decoders/dynamic_library/CMakeLists.txt @@ -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}) diff --git a/src/decoders/novatel/CMakeLists.txt b/src/decoders/novatel/CMakeLists.txt index e2268e56b..16902f1cf 100644 --- a/src/decoders/novatel/CMakeLists.txt +++ b/src/decoders/novatel/CMakeLists.txt @@ -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}) diff --git a/src/hw_interface/dynamic_library/CMakeLists.txt b/src/hw_interface/dynamic_library/CMakeLists.txt index 4be6f97d7..9da967a5b 100644 --- a/src/hw_interface/dynamic_library/CMakeLists.txt +++ b/src/hw_interface/dynamic_library/CMakeLists.txt @@ -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}) diff --git a/src/hw_interface/stream_interface/CMakeLists.txt b/src/hw_interface/stream_interface/CMakeLists.txt index fa531dffc..61be71d13 100644 --- a/src/hw_interface/stream_interface/CMakeLists.txt +++ b/src/hw_interface/stream_interface/CMakeLists.txt @@ -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})