Skip to content

Commit

Permalink
Remove spdlog
Browse files Browse the repository at this point in the history
  • Loading branch information
xforce committed Jun 28, 2023
1 parent 59c9268 commit 9784663
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 18 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "tools/lavender"]
path = tools/lavender
url = https://github.com/xforce/lavender.git
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "third_party/zydis"]
path = third_party/zydis
url = https://github.com/zyantific/zydis.git
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ project (meow-hook)
set (ASMJIT_STATIC TRUE)
add_subdirectory(third_party/asmjit)
add_subdirectory(third_party/zydis)
add_subdirectory(third_party/spdlog)

add_library("meow-hook" STATIC)
target_compile_definitions("meow-hook" PRIVATE "NOMINMAX" "WIN32_LEAN_AND_MEAN")
Expand Down Expand Up @@ -33,4 +32,4 @@ target_link_libraries("meow-hook" "Zydis")
add_dependencies(meow-hook Zydis)

target_link_libraries("meow-hook" "asmjit")
add_dependencies(meow-hook asmjit)
add_dependencies(meow-hook asmjit)
12 changes: 0 additions & 12 deletions third_party/BUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
cc_library(
name = "spdlog",
hdrs = glob(["spdlog/include/**/*.h"]),
defines = [
"SPDLOG_WCHAR_FILENAMES",
],
includes = [
"spdlog/include",
],
visibility = ["//visibility:public"],
)

cc_library(
name = "zycore",
srcs = glob(["zydis/dependencies/zycore/src/**/*.c"]),
Expand Down
1 change: 0 additions & 1 deletion third_party/spdlog
Submodule spdlog deleted from ea5f07

0 comments on commit 9784663

Please sign in to comment.