mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-04-28 18:13:28 +02:00
Added a script to generate VS solution
This commit is contained in:
+8
-3
@@ -1,6 +1,3 @@
|
||||
/cmake
|
||||
Debug
|
||||
ipch
|
||||
*.sdf
|
||||
*.user
|
||||
*.suo
|
||||
@@ -8,3 +5,11 @@ ipch
|
||||
*.vcxproj
|
||||
*.vcxproj.filters
|
||||
*.sln
|
||||
*.cmake
|
||||
*.stamp
|
||||
*.stamp.depend
|
||||
Debug
|
||||
ipch
|
||||
/cmake
|
||||
/CMakeCache.txt
|
||||
/CMakeFiles
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
cd ..
|
||||
"C:\Program Files (x86)\CMake\bin\cmake.exe" -G "Visual Studio 12"
|
||||
pause
|
||||
Reference in New Issue
Block a user