refactor!: Replace premake5 with CMake. (#551)

Co-authored-by: tupoy-ya <tupoy-ya@users.noreply.github.com>
This commit is contained in:
tupoy-ya
2022-11-08 21:08:58 +00:00
committed by GitHub
parent 146c2b8ce8
commit 1087146e56
340 changed files with 19298 additions and 19449 deletions

10
.gitignore vendored
View File

@ -1,16 +1,12 @@
# IDE
.vs/
.vscode/
.cache/
# output directory
bin/
# premake in project dir people
*.exe
build/
# precompiled headers
*.ipch
*.gch
*.pch
# project files
*.sln
*.vcxproj*