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