Allow opening CMakeLists as a CMake project in VS

Added another check just in case someone wants to do this for some reason. It's bad. You shouldn't do it.
This commit is contained in:
Raymonf
2020-08-20 18:44:30 -04:00
parent 1425074ccb
commit da11220762
2 changed files with 6 additions and 3 deletions

5
.gitignore vendored
View File

@@ -1,4 +1,4 @@
.vscode
.vscode/
bin/*
notes.txt
config.ini
@@ -7,4 +7,5 @@ tags
*~
CMakeFiles/
CMakeCache.txt
build/
build/
.vs/