From 45f35c8b046c539fe91c1560591734ee5abb89cd Mon Sep 17 00:00:00 2001 From: anulax1225 Date: Wed, 5 Jun 2024 08:51:45 +0200 Subject: [PATCH] Modified bakasable linking --- config.json | 6 ++++++ linker | 10 ---------- 2 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 linker diff --git a/config.json b/config.json index 00e3d64..f0c6a5a 100644 --- a/config.json +++ b/config.json @@ -2,6 +2,12 @@ "name": "Bakatools", "owner": "Anulax", "git": "https://github.com/anulax1225/bakatools", + "link": "bakatools", + "includes": + [ + "%{IncludeDirs.bakatools}", + "%{IncludeDirs.spdlog}" + ], "packages": [ { diff --git a/linker b/linker deleted file mode 100644 index 1190f24..0000000 --- a/linker +++ /dev/null @@ -1,10 +0,0 @@ -includedirs -{ - "%{IncludeDirs.spdlog}", - "%{IncludeDirs.bakatools}" -} - -links -{ - "bakatools" -} \ No newline at end of file