Added new easy way of building TbaMUD in the Visual Studio through the CMake (#127)

* Added new experimental MSVC build way through CMake

* Small build/README.md fix
This commit is contained in:
Roman Shapiro 2023-11-19 10:04:39 +07:00 committed by GitHub
parent 498b652546
commit b2d38522e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 50 additions and 0 deletions

3
.gitignore vendored
View file

@ -10,3 +10,6 @@ src/util/Makefile
src/.accepted
src/depend
src/util/depend
build/*
!build/create_solution.bat
!build/README.md