Modified Module Configuration

main
ambigipathyv ago%!(EXTRA string=1 year)
parent b08f1d27cc
commit b3536f28d6
  1. 10
      .gitignore
  2. 3
      .gitmodules
  3. 4
      premake5.lua
  4. 1
      vendor/spdlog

10
.gitignore vendored

@ -0,0 +1,10 @@
docs/
**.log
bin/
bin-int/
.vscode/
.vs/
**.sln
**Makefile
**.make
**.vcxproj*

3
.gitmodules vendored

@ -1,3 +0,0 @@
[submodule "vendor/spdlog"]
path = vendor/spdlog
url = https://github.com/gabime/spdlog

@ -9,8 +9,8 @@ project "bakatools"
includedirs includedirs
{ {
"%{prj.location}/vendor/spdlog/include", "%{IncludeDirs.spdlog}",
"%{prj.location}/src/" "%{IncludeDirs.bakatools}"
} }
files files

1
vendor/spdlog vendored

@ -1 +0,0 @@
Subproject commit 23587b0d9aebad231d7ba4f16873d70edd2b9dee
Loading…
Cancel
Save