Change Mac bunlde to use CMake's Mac bundle feature

This commit is contained in:
2018-02-14 21:05:20 -06:00
parent 7e31eda638
commit 9d013ff481
4 changed files with 13 additions and 9 deletions

View File

@ -4,7 +4,9 @@
"ostream": "cpp",
"array": "cpp",
"initializer_list": "cpp",
"utility": "cpp"
"utility": "cpp",
"__config": "cpp",
"__nullptr": "cpp"
},
"editor.insertSpaces": false,
"editor.tabSize": 3,