33 void initialize()
override;
40 void setLibraryFile(std::filesystem::path path);
48 void setLibrary(std::string file);
54 void setPrefix(std::string str);
61 void setSuffix(std::string str);
68 void setDbgSuffix(std::string str);
75 std::unique_ptr<Impl> _impl;