openscad/src/PlatformUtils.cc

8 lines
188 B
C++
Raw Normal View History

#include "PlatformUtils.h"
#include "boosty.h"
std::string PlatformUtils::libraryPath()
{
return boosty::stringy(fs::path(PlatformUtils::documentsPath()) / "OpenSCAD" / "libraries");
}