blob: cea449be991b9df6e75cda0af97a7c16875f7cf6 (
plain)
1
2
3
4
5
6
7
|
#include "PlatformUtils.h"
#include "boosty.h"
std::string PlatformUtils::libraryPath()
{
return boosty::stringy(fs::path(PlatformUtils::documentsPath()) / "OpenSCAD" / "libraries");
}
|