logic: create non-existing project directory during project setup for better usability

This commit is contained in:
mlangkabel
2018-07-21 09:32:33 +02:00
parent c6f9d8f92c
commit 46e6b8ff14
2 changed files with 23 additions and 4 deletions
+2 -2
View File
@@ -5,9 +5,9 @@
#include <vector>
#include <memory>
namespace boost
namespace boost
{
namespace filesystem
namespace filesystem
{
class path;
}