Skip to content

Commit

Permalink
Remove some headers
Browse files Browse the repository at this point in the history
Signed-off-by: Jemale Lockett <[email protected]>
  • Loading branch information
Jemale authored and nrspruit committed May 25, 2024
1 parent 02f6b69 commit faf2c61
Show file tree
Hide file tree
Showing 109 changed files with 2,363 additions and 13,451 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ endif()
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/source/wrapper/include)

if(NOT spdlog_FOUND)
include_directories(${SPDLOG_ROOT}/include)
endif()

include_directories("${CMAKE_CURRENT_SOURCE_DIR}")

Expand Down
2 changes: 1 addition & 1 deletion source/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ add_library(utils
"logging.cpp"
)

target_include_directories(utils PRIVATE ${CMAKE_SOURCE_DIR}/third_party/spdlog_headers/include)
target_include_directories(utils PRIVATE ${CMAKE_SOURCE_DIR}/third_party/spdlog_headers/)
1 change: 1 addition & 0 deletions third_party/spdlog_headers/.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.13.0
3 changes: 3 additions & 0 deletions third_party/spdlog_headers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Source locations of interface headers

https://github.com/gabime/spdlog/tree/v1.x/include/
100 changes: 0 additions & 100 deletions third_party/spdlog_headers/include/spdlog/async.h

This file was deleted.

86 changes: 0 additions & 86 deletions third_party/spdlog_headers/include/spdlog/async_logger-inl.h

This file was deleted.

74 changes: 0 additions & 74 deletions third_party/spdlog_headers/include/spdlog/async_logger.h

This file was deleted.

40 changes: 0 additions & 40 deletions third_party/spdlog_headers/include/spdlog/cfg/argv.h

This file was deleted.

36 changes: 0 additions & 36 deletions third_party/spdlog_headers/include/spdlog/cfg/env.h

This file was deleted.

Loading

0 comments on commit faf2c61

Please sign in to comment.